Home | History | Annotate | Download | only in i18n

Lines Matching defs:forLocale

143 PluralRules::forLocale(const Locale& locale, UErrorCode& status) {
144 return forLocale(locale, UPLURAL_TYPE_CARDINAL, status);
148 PluralRules::forLocale(const Locale& locale, UPluralType type, UErrorCode& status) {