HomeSort by relevance Sort by last modified time
    Searched refs:getMatchLevel (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java 107 public static int getMatchLevel(final String referenceLocale, final String testedLocale) {
153 * This method takes a match level as returned by the #getMatchLevel method, and returns whether
156 * @param level the match level, as returned by getMatchLevel.
DictionaryProvider.java 389 // for LocaleUtils#getMatchLevel.
390 final int matchLevel = LocaleUtils.getMatchLevel(wordListLocale, locale);
DictionarySettingsFragment.java 308 final int matchLevel = LocaleUtils.getMatchLevel(systemLocaleString, localeString);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java 109 public static int getMatchLevel(String referenceLocale, String testedLocale) {
155 * This method takes a match level as returned by the #getMatchLevel method, and returns whether
158 * @param level the match level, as returned by getMatchLevel.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java 169 final int matchLevel = LocaleUtils.getMatchLevel(dirLocale, locale);

Completed in 45 milliseconds