Home
last modified time | relevance | path

Searched refs:toSurrogates (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DCharacter.java5176 toSurrogates(codePoint, dst, dstIndex); in toChars()
5204 toSurrogates(codePoint, result, 0); in toChars()
5211 static void toSurrogates(int codePoint, char[] dst, int index) { in toSurrogates() method in Character
DAbstractStringBuilder.java797 Character.toSurrogates(codePoint, value, count); in appendCodePoint()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java151 static void toSurrogates(int codePoint, char[] dst, int index) { in toSurrogates() method in Character