Home
last modified time | relevance | path

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

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