Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java57 public static boolean isHighSurrogate(char ch) { throw new RuntimeException("Stub!"); } in isHighSurrogate() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java79 public static boolean isHighSurrogate(char ch) { in isHighSurrogate() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java8833 public static boolean isHighSurrogate(char ch) { in isHighSurrogate() method in Character