Home
last modified time | relevance | path

Searched refs:getMatchLevel (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DLocaleUtils.java107 public static int getMatchLevel(@Nullable final String referenceLocale, in getMatchLevel() method in LocaleUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java174 final int matchLevel = LocaleUtils.getMatchLevel(dirLocale, locale); in getCachedWordLists()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionarySettingsFragment.java322 final int matchLevel = LocaleUtils.getMatchLevel(systemLocaleString, localeString); in createInstalledDictSettingsCollection()
DDictionaryProvider.java391 final int matchLevel = LocaleUtils.getMatchLevel(wordListLocale, locale); in getDictionaryWordListsForLocale()