HomeSort by relevance Sort by last modified time
    Searched defs:getMatchLevel (Results 1 - 2 of 2) 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.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LocaleUtils.java 111 public static int getMatchLevel(String referenceLocale, String testedLocale) {
157 * This method takes a match level as returned by the #getMatchLevel method, and returns whether
160 * @param level the match level, as returned by getMatchLevel.

Completed in 42 milliseconds