Home
last modified time | relevance | path

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

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