Searched defs:UPLURAL_TYPE_ORDINAL (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dupluralrules.h55 UPLURAL_TYPE_ORDINAL, enumerator in enum:UPluralType
/external/icu4c/test/intltest/
H A Dplurfmts.cpp586 PluralFormat pf(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, pattern, errorCode); local
587 if (errorCode.logDataIfFailureAndReset("PluralFormat(en, UPLURAL_TYPE_ORDINAL, pattern) failed")) {
607 PluralFormat pf2(Locale::getEnglish(), UPLURAL_TYPE_ORDINAL, errorCode); local
609 if (errorCode.logIfFailureAndReset("PluralFormat(en, UPLURAL_TYPE_ORDINAL, pattern) failed")) {

Completed in 77 milliseconds