Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h313 …static PluralRules* U_EXPORT2 internalForLocale(const Locale& locale, UPluralType type, UErrorCode…
/external/icu/icu4c/source/i18n/
Dplurrule.cpp151 PluralRules *pr = PluralRules::internalForLocale( in createObject()
192 return internalForLocale(locale, type, status); in forLocale()
208 PluralRules::internalForLocale(const Locale& locale, UPluralType type, UErrorCode& status) { in internalForLocale() function in PluralRules