Home
last modified time | relevance | path

Searched refs:wordListLocale (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java387 final String wordListLocale = results.getString(localeIndex); in getDictionaryWordListsForLocale() local
399 final int matchLevel = LocaleUtils.getMatchLevel(wordListLocale, locale); in getDictionaryWordListsForLocale()
423 dicts.put(wordListCategory, new WordListInfo(wordListId, wordListLocale, in getDictionaryWordListsForLocale()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryFileDumper.java170 final String wordListLocale = cursor.getString(1); in getWordListWordListInfos() local
173 list.add(new WordListInfo(wordListId, wordListLocale, wordListRawChecksum)); in getWordListWordListInfos()