Home
last modified time | relevance | path

Searched defs:isLowSurrogate (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java59 public static boolean isLowSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isLowSurrogate() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java83 public static boolean isLowSurrogate(char ch) { in isLowSurrogate() method in Character
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java60 public static boolean isLowSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isLowSurrogate() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java8847 public static boolean isLowSurrogate(char ch) { in isLowSurrogate() method in Character