Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DLocaleUtils.java108 @Nullable final String testedLocale) { in getMatchLevel() argument
110 return StringUtils.isEmpty(testedLocale) ? LOCALE_FULL_MATCH : LOCALE_ANY_MATCH; in getMatchLevel()
112 if (null == testedLocale) return LOCALE_NO_MATCH; in getMatchLevel()
114 final String[] testedParams = testedLocale.split("_", 3); in getMatchLevel()