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

/external/icu4c/i18n/
H A Dcurrpinf.cpp53 static const UChar gPluralCountOther[] = {0x6F, 0x74, 0x68, 0x65, 0x72, 0}; variable
162 if (pluralCount.compare(gPluralCountOther, 5)) {
164 (UnicodeString*)fPluralCountToCurrencyUnitPattern->get(UnicodeString(TRUE, gPluralCountOther, 5));
H A Dtmutfmt.cpp63 static const char gPluralCountOther[] = "other"; variable
688 if ( uprv_strcmp(searchPluralCount, gPluralCountOther) == 0 ) {
735 gPluralCountOther, countToPatterns, err);

Completed in 78 milliseconds