Searched refs:isLetterCode (Results 1 – 4 of 4) sorted by relevance
625 if (!isSpaceOrEnter(code) && (Constants.isLetterCode(code) in onCodeInput()641 if (Constants.isLetterCode(code)) { in onCodeInput()
485 if (!Constants.isLetterCode(code) || !needsToUpperCase) return code; in toUpperCaseOfCodeForLocale()
203 public static boolean isLetterCode(final int code) { in isLetterCode() method in Constants
172 if (Constants.isLetterCode(code)) { in onCodeInput()