Home
last modified time | relevance | path

Searched defs:highSurrogate (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/
DCharBufferTest.java28 char highSurrogate = '\uD83D', lowSurrogate = '\uDE02'; in testChars() local
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java81 public static char highSurrogate(int codePoint) { throw new RuntimeException("Stub!"); } in highSurrogate() method in Character
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java135 public static char highSurrogate(int codePoint) { in highSurrogate() method in Character
/libcore/ojluni/annotations/flagged_api/java/lang/
DCharacter.annotated.java82 public static char highSurrogate(int codePoint) { throw new RuntimeException("Stub!"); } in highSurrogate() method in Character
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java9168 public static char highSurrogate(int codePoint) { in highSurrogate() method in Character