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.java305 int dsti = 0; in getCodePoints() local
307 srci < length; srci += Character.charCount(codePoint), ++dsti) { in getCodePoints()
308 codePoints[dsti] = codePoint; in getCodePoints()
311 codePoints[dsti] = codePoint; in getCodePoints()