Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DBinaryDictionaryGetter.java233 public FileAndMatchLevel(final File file, final int matchLevel) { in FileAndMatchLevel() argument
235 mMatchLevel = matchLevel; in FileAndMatchLevel()
262 final int matchLevel = LocaleUtils.getMatchLevel(dirLocale, locale); in getCachedWordLists() local
263 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()
DLocaleUtils.java145 public static String getMatchLevelSortedString(int matchLevel) { in getMatchLevelSortedString() argument
148 return String.format("%02d", MATCH_LEVEL_MAX - matchLevel); in getMatchLevelSortedString()