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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBigramDictionary.java 220 int word1Index = cursor.getColumnIndex(MAIN_COLUMN_WORD1);
224 String word1 = cursor.getString(word1Index);

Completed in 53 milliseconds