Home
last modified time | relevance | path

Searched refs:gPluralCountOther (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcurrpinf.cpp54 static const UChar gPluralCountOther[] = {0x6F, 0x74, 0x68, 0x65, 0x72, 0}; variable
163 if (pluralCount.compare(gPluralCountOther, 5)) { in getCurrencyPluralPattern()
165 … (UnicodeString*)fPluralCountToCurrencyUnitPattern->get(UnicodeString(TRUE, gPluralCountOther, 5)); in getCurrencyPluralPattern()
Dtmutfmt.cpp66 static const char gPluralCountOther[] = "other"; variable
622 if ( uprv_strcmp(searchPluralCount, gPluralCountOther) == 0 ) { in searchInLocaleChain()
666 gPluralCountOther, countToPatterns, err); in searchInLocaleChain()