Searched defs:isLetter (Results 1 – 2 of 2) sorted by relevance
117 public static boolean isLetter(char ch) { throw new RuntimeException("Stub!"); } in isLetter() method in Character119 public static boolean isLetter(int codePoint) { throw new RuntimeException("Stub!"); } in isLetter() method in Character
232 public static boolean isLetter(char ch) { in isLetter() method in Character236 public static boolean isLetter(int codePoint) { in isLetter() method in Character