Searched defs:getMatchLevel (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DLocaleUtils.java107 public static int getMatchLevel(final String referenceLocale, final String testedLocale) { method in class:LocaleUtils
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.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DLocaleUtils.java106 public static int getMatchLevel(String referenceLocale, String testedLocale) { method in class:LocaleUtils
152 * This method takes a match level as returned by the #getMatchLevel method, and returns whether
155 * @param level the match level, as returned by getMatchLevel.

Completed in 139 milliseconds