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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBigramDictionary.java 221 int word2Index = cursor.getColumnIndex(MAIN_COLUMN_WORD2);
225 String word2 = cursor.getString(word2Index);

Completed in 63 milliseconds