Home
last modified time | relevance | path

Searched defs:isLetter (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java117 public static boolean isLetter(char ch) { throw new RuntimeException("Stub!"); } in isLetter() method in Character
119 public static boolean isLetter(int codePoint) { throw new RuntimeException("Stub!"); } in isLetter() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java232 public static boolean isLetter(char ch) { in isLetter() method in Character
236 public static boolean isLetter(int codePoint) { in isLetter() method in Character