Searched refs:isLetterCode (Results 1 – 5 of 5) sorted by relevance
62 if (Constants.isLetterCode(mCode)) { in toUpperCase()99 return Constants.isLetterCode(mCode) ? StringUtils.newSingleCodePointString(mCode) in toString()
652 if (!isSpaceOrEnter(code) && (Constants.isLetterCode(code) in onEvent()668 if (Constants.isLetterCode(code)) { in onEvent()
251 public static boolean isLetterCode(final int code) { in isLetterCode() method in Constants
610 if (!Constants.isLetterCode(code)) { in toTitleCaseOfKeyCode()
180 if (Constants.isLetterCode(code)) { in onCodeInput()