Searched refs:matchLevel (Results 1 – 4 of 4) sorted by relevance
146 public FileAndMatchLevel(final File file, final int matchLevel) { in FileAndMatchLevel() argument148 mMatchLevel = matchLevel; in FileAndMatchLevel()174 final int matchLevel = LocaleUtils.getMatchLevel(dirLocale, locale); in getCachedWordLists() local175 if (LocaleUtils.isMatch(matchLevel)) { in getCachedWordLists()182 if (null == currentBestMatch || currentBestMatch.mMatchLevel < matchLevel) { in getCachedWordLists()183 cacheFiles.put(category, new FileAndMatchLevel(wordList, matchLevel)); in getCachedWordLists()
96 final int matchLevel) { in WordListInfo() argument100 mMatchLevel = matchLevel; in WordListInfo()391 final int matchLevel = LocaleUtils.getMatchLevel(wordListLocale, locale); in getDictionaryWordListsForLocale() local392 if (!LocaleUtils.isMatch(matchLevel)) { in getDictionaryWordListsForLocale()413 || currentBestMatch.mMatchLevel < matchLevel) { in getDictionaryWordListsForLocale()415 wordListRawChecksum, matchLevel)); in getDictionaryWordListsForLocale()
322 final int matchLevel = LocaleUtils.getMatchLevel(systemLocaleString, localeString); in createInstalledDictSettingsCollection() local323 final String matchLevelString = LocaleUtils.getMatchLevelSortedString(matchLevel); in createInstalledDictSettingsCollection()
145 public static String getMatchLevelSortedString(final int matchLevel) { in getMatchLevelSortedString() argument148 return String.format(Locale.ROOT, "%02d", MATCH_LEVEL_MAX - matchLevel); in getMatchLevelSortedString()