HomeSort by relevance Sort by last modified time
    Searched full:indexword (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBinaryDictionary.java 199 final int indexWord = cursor.getColumnIndex(Words.WORD);
202 final String word = cursor.getString(indexWord);

Completed in 180 milliseconds