Searched refs:highSurrogate (Results 1 – 6 of 6) sorted by relevance
28 char highSurrogate = '\uD83D', lowSurrogate = '\uDE02'; in testChars() local29 String s = "Hello\n\tworld" + highSurrogate + lowSurrogate; in testChars()
60 assertEquals(0xd7c0, Character.highSurrogate(0x0000)); in test_highSurrogate()61 assertEquals(0xd7c1, Character.highSurrogate(0x0666)); in test_highSurrogate()63 assertEquals(0xd800, Character.highSurrogate(0x010000)); in test_highSurrogate()64 assertEquals(0xdbff, Character.highSurrogate(0x10ffff)); in test_highSurrogate()
1569 final char hi = Character.highSurrogate(ch); in indexOfSupplementary()1663 char hi = Character.highSurrogate(ch); in lastIndexOfSupplementary()
5107 public static char highSurrogate(int codePoint) { in highSurrogate() method in Character5214 dst[index] = highSurrogate(codePoint); in toSurrogates()
81 public static char highSurrogate(int codePoint) { throw new RuntimeException("Stub!"); } in highSurrogate() method in Character
135 public static char highSurrogate(int codePoint) { in highSurrogate() method in Character