Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java253 int dsti = 0; in getCodePoints() local
255 srci < length; srci += Character.charCount(codePoint), ++dsti) { in getCodePoints()
256 codePoints[dsti] = codePoint; in getCodePoints()
259 codePoints[dsti] = codePoint; in getCodePoints()