Searched refs:internalForLocale (Results 1 – 2 of 2) sorted by relevance
310 …static PluralRules* U_EXPORT2 internalForLocale(const Locale& locale, UPluralType type, UErrorCode…
167 …LocalPointer<PluralRules> pr(PluralRules::internalForLocale(localeId, UPLURAL_TYPE_CARDINAL, statu… in createObject()206 return internalForLocale(locale, type, status); in forLocale()222 PluralRules::internalForLocale(const Locale& locale, UPluralType type, UErrorCode& status) { in internalForLocale() function in PluralRules