Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/
DCharBufferTest.java28 char highSurrogate = '\uD83D', lowSurrogate = '\uDE02'; in testChars() local
/libcore/ojluni/src/main/java/java/lang/
DCharacter.java4923 public static char highSurrogate(int codePoint) { in highSurrogate() method in Character