Home
last modified time | relevance | path

Searched refs:isAsciiDigit (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DLocaleUtils.java136 if (!isAsciiDigit(text.charAt(index))) { in isDigitSequence()
147 private static boolean isAsciiDigit(char c) { in isAsciiDigit() method in LocaleUtils