Searched refs:isAlphabetic (Results 1 – 3 of 3) sorted by relevance
132 if (CharacterCompat.isAlphabetic(code)) { in addLetter()141 if (CharacterCompat.isAlphabetic(code) && mCodes.indexOfKey(code) >= 0) { in contains()
31 public static boolean isAlphabetic(final int code) { in isAlphabetic() method in CharacterCompat
201 if (Character.isAlphabetic(c)) { in getCharToKeyMap()