Searched refs:isAlphabetic (Results 1 – 4 of 4) sorted by relevance
178 assertTrue(Character.isAlphabetic('A')); in test_isAlphabetic()179 assertTrue(Character.isAlphabetic('a')); in test_isAlphabetic()180 assertFalse(Character.isAlphabetic('1')); in test_isAlphabetic()181 assertTrue(Character.isAlphabetic(0x113c)); // Hangul j in test_isAlphabetic()
248 if (Character.isAlphabetic(c)) { in categorizeInternedString()
129 public static boolean isAlphabetic(int codePoint) { throw new RuntimeException("Stub!"); } in isAlphabetic() method in Character
262 public static boolean isAlphabetic(int codePoint) { in isAlphabetic() method in Character