Searched refs:dsti (Results 1 – 2 of 2) sorted by relevance
176 int dsti = 0; in toCodePointArray() local178 srci < length; srci += Character.charCount(codePoint), ++dsti) { in toCodePointArray()179 codePoints[dsti] = codePoint; in toCodePointArray()182 codePoints[dsti] = codePoint; in toCodePointArray()
289 int dsti = 0; in getCodePoints() local291 srci < length; srci += Character.charCount(codePoint), ++dsti) { in getCodePoints()292 codePoints[dsti] = codePoint; in getCodePoints()295 codePoints[dsti] = codePoint; in getCodePoints()