HomeSort by relevance Sort by last modified time
    Searched refs:getCodesAt (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 95 public int[] getCodesAt(int index) {
BinaryDictionary.java 144 int[] alternatives = codes.getCodesAt(0);
201 int[] alternatives = codes.getCodesAt(i);
ExpandableDictionary.java 212 mCodes[i] = codes.getCodesAt(i);
    [all...]

Completed in 589 milliseconds