Home
last modified time | relevance | path

Searched defs:isIdentifierIgnorable (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java149 public static boolean isIdentifierIgnorable(char ch) { throw new RuntimeException("Stub!"); } in isIdentifierIgnorable() method in Character
151 public static boolean isIdentifierIgnorable(int codePoint) { throw new RuntimeException("Stub!"); } in isIdentifierIgnorable() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java310 public static boolean isIdentifierIgnorable(char ch) { in isIdentifierIgnorable() method in Character
314 public static boolean isIdentifierIgnorable(int codePoint) { in isIdentifierIgnorable() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java6443 public static boolean isIdentifierIgnorable(char ch) { in isIdentifierIgnorable() method in Character
6479 public static boolean isIdentifierIgnorable(int codePoint) { in isIdentifierIgnorable() method in Character