Searched refs:toSurrogates (Results 1 – 2 of 2) sorted by relevance
5165 toSurrogates(codePoint, dst, dstIndex); in toChars()5193 toSurrogates(codePoint, result, 0); in toChars()5200 static void toSurrogates(int codePoint, char[] dst, int index) { in toSurrogates() method in Character
814 Character.toSurrogates(codePoint, value, count); in appendCodePoint()