Searched refs:isLetterCode (Results 1 – 4 of 4) sorted by relevance
612 if (!isSpaceCharacter(code) && (Constants.isLetterCode(code) in onCodeInput()628 if (Constants.isLetterCode(code)) { in onCodeInput()
431 if (!Constants.isLetterCode(code) || !needsToUpperCase) return code; in toUpperCaseOfCodeForLocale()
192 public static boolean isLetterCode(final int code) { in isLetterCode() method in Constants
190 if (Constants.isLetterCode(code)) { in onCodeInput()