Searched refs:isLetterCode (Results 1 – 4 of 4) sorted by relevance
190 if (Keyboard.isLetterCode(code)) { in onCodeInput()
579 if (!isSpaceCharacter(code) && (Keyboard.isLetterCode(code) in onCodeInput()601 if (Keyboard.isLetterCode(code)) { in onCodeInput()
485 if (!Keyboard.isLetterCode(code) || !needsToUpperCase) return code; in toUpperCaseOfCodeForLocale()
214 public static boolean isLetterCode(int code) { in isLetterCode() method in Keyboard