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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
LocaleUtils.java 49 public static final int LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER = 3;
87 * LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER is returned if the reference locale specifies a country,
95 * en_US <=> en => LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER
120 if (1 == testedParams.length) return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;
122 return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;
126 if (1 == testedParams.length) return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;
128 return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LocaleUtils.java 53 public static final int LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER = 3;
91 * LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER is returned if the reference locale specifies a country,
99 * en_US <=> en => LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER
124 if (1 == testedParams.length) return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;
126 return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;
130 if (1 == testedParams.length) return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;
132 return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER;

Completed in 112 milliseconds