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/
LocaleUtils.java 59 public static final int LOCALE_ANY_MATCH = 10;
71 private static final int LOCALE_MATCH = LOCALE_ANY_MATCH;
89 * if the tested locale is empty or null, and LOCALE_ANY_MATCH otherwise. If the reference and
105 * "" <=> en_US => LOCALE_ANY_MATCH
113 return TextUtils.isEmpty(testedLocale) ? LOCALE_FULL_MATCH : LOCALE_ANY_MATCH;

Completed in 25 milliseconds