Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DCharacter.java5171 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() argument
5173 dst[dstIndex] = (char) codePoint; in toChars()
5176 toSurrogates(codePoint, dst, dstIndex); in toChars()
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DCharacter.annotated.java85 public static int toChars(int codePoint, char[] dst, int dstIndex) { throw new RuntimeException("St… in toChars() argument
/libcore/ojluni/annotations/hiddenapi/java/lang/
DCharacter.java143 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() argument