Home
last modified time | relevance | path

Searched refs:LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DLocaleUtils.java49 public static final int LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER = 3; field in LocaleUtils
121 if (1 == testedParams.length) return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER; in getMatchLevel()
123 return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER; in getMatchLevel()
127 if (1 == testedParams.length) return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER; in getMatchLevel()
129 return LOCALE_LANGUAGE_MATCH_COUNTRY_DIFFER; in getMatchLevel()