Searched refs:testedLocale (Results 1 – 1 of 1) sorted by relevance
108 @Nullable final String testedLocale) { in getMatchLevel() argument110 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()