Searched refs:matchLevel (Results 1 – 2 of 2) sorted by relevance
233 public FileAndMatchLevel(final File file, final int matchLevel) { in FileAndMatchLevel() argument235 mMatchLevel = matchLevel; in FileAndMatchLevel()262 final int matchLevel = LocaleUtils.getMatchLevel(dirLocale, locale); in getCachedWordLists() local263 if (LocaleUtils.isMatch(matchLevel)) { in getCachedWordLists()269 if (null == currentBestMatch || currentBestMatch.mMatchLevel < matchLevel) { in getCachedWordLists()270 cacheFiles.put(category, new FileAndMatchLevel(wordList, matchLevel)); in getCachedWordLists()
145 public static String getMatchLevelSortedString(int matchLevel) { in getMatchLevelSortedString() argument148 return String.format("%02d", MATCH_LEVEL_MAX - matchLevel); in getMatchLevelSortedString()