Searched refs:dstIndex (Results 1 – 3 of 3) sorted by relevance
5171 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() argument5173 dst[dstIndex] = (char) codePoint; in toChars()5176 toSurrogates(codePoint, dst, dstIndex); in toChars()
85 public static int toChars(int codePoint, char[] dst, int dstIndex) { throw new RuntimeException("St… in toChars() argument
143 public static int toChars(int codePoint, char[] dst, int dstIndex) { in toChars() argument