Home
last modified time | relevance | path

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

/external/icu/libicu/cts_headers/unicode/
Dplurrule.h322 …static PluralRules* U_EXPORT2 internalForLocale(const Locale& locale, UPluralType type, UErrorCode…
/external/icu/icu4c/source/i18n/unicode/
Dplurrule.h322 …static PluralRules* U_EXPORT2 internalForLocale(const Locale& locale, UPluralType type, UErrorCode…
/external/icu/icu4c/source/i18n/
Dplurrule.cpp188 …LocalPointer<PluralRules> pr(PluralRules::internalForLocale(localeId, UPLURAL_TYPE_CARDINAL, statu… in createObject()
227 return internalForLocale(locale, type, status); in forLocale()
240 PluralRules::internalForLocale(const Locale& locale, UPluralType type, UErrorCode& status) { in internalForLocale() function in PluralRules