Home | History | Annotate | Download | only in i18n

Lines Matching refs:forLocale

184 PluralRules::forLocale(const Locale& locale, UErrorCode& status) {
185 return forLocale(locale, UPLURAL_TYPE_CARDINAL, status);
189 PluralRules::forLocale(const Locale& locale, UPluralType type, UErrorCode& status) {