Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionary.java164 int[] alternatives = codes.getCodesAt(0); in getBigrams()
195 int[] alternatives = codes.getCodesAt(i); in getWords()
DWordComposer.java84 public int[] getCodesAt(int index) { in getCodesAt() method in WordComposer
DExpandableDictionary.java194 mCodes[i] = codes.getCodesAt(i); in getWords()