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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java 55 public static final int LOCALE_ANY_MATCH = 10;
67 private static final int LOCALE_MATCH = LOCALE_ANY_MATCH;
85 * if the tested locale is empty or null, and LOCALE_ANY_MATCH otherwise. If the reference and
101 * "" <=> en_US => LOCALE_ANY_MATCH
109 return TextUtils.isEmpty(testedLocale) ? LOCALE_FULL_MATCH : LOCALE_ANY_MATCH;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
LocaleUtils.java 57 public static final int LOCALE_ANY_MATCH = 10;
69 private static final int LOCALE_MATCH = LOCALE_ANY_MATCH;
87 * if the tested locale is empty or null, and LOCALE_ANY_MATCH otherwise. If the reference and
103 * "" <=> en_US => LOCALE_ANY_MATCH
111 return TextUtils.isEmpty(testedLocale) ? LOCALE_FULL_MATCH : LOCALE_ANY_MATCH;

Completed in 9633 milliseconds