Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java612 if (!isSpaceCharacter(code) && (Constants.isLetterCode(code) in onCodeInput()
628 if (Constants.isLetterCode(code)) { in onCodeInput()
DKeySpecParser.java431 if (!Constants.isLetterCode(code) || !needsToUpperCase) return code; in toUpperCaseOfCodeForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DConstants.java192 public static boolean isLetterCode(final int code) { in isLetterCode() method in Constants
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java190 if (Constants.isLetterCode(code)) { in onCodeInput()