Home
last modified time | relevance | path

Searched defs:matchLevel (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java146 public FileAndMatchLevel(final File file, final int matchLevel) { in FileAndMatchLevel()
174 final int matchLevel = LocaleUtils.getMatchLevel(dirLocale, locale); in getCachedWordLists() local
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DLocaleUtils.java145 public static String getMatchLevelSortedString(final int matchLevel) { in getMatchLevelSortedString()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java96 final int matchLevel) { in WordListInfo()
391 final int matchLevel = LocaleUtils.getMatchLevel(wordListLocale, locale); in getDictionaryWordListsForLocale() local
DDictionarySettingsFragment.java322 final int matchLevel = LocaleUtils.getMatchLevel(systemLocaleString, localeString); in createInstalledDictSettingsCollection() local