Home
last modified time | relevance | path

Searched refs:dsti (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DStringUtils.java176 int dsti = 0; in toCodePointArray() local
178 srci < length; srci += Character.charCount(codePoint), ++dsti) { in toCodePointArray()
179 codePoints[dsti] = codePoint; in toCodePointArray()
182 codePoints[dsti] = codePoint; in toCodePointArray()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java289 int dsti = 0; in getCodePoints() local
291 srci < length; srci += Character.charCount(codePoint), ++dsti) { in getCodePoints()
292 codePoints[dsti] = codePoint; in getCodePoints()
295 codePoints[dsti] = codePoint; in getCodePoints()