Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dplurrule.cpp252 UnicodeString locRule = newObj->getRuleFromResource(locale, type, status); in internalForLocale() local
254 if (locRule.length() == 0) { in internalForLocale()
262 locRule = UnicodeString(PLURAL_DEFAULT_RULE); in internalForLocale()
266 parser.parse(locRule, newObj.getAlias(), status); in internalForLocale()