HomeSort by relevance Sort by last modified time
    Searched refs:gPluralCountOther (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
currpinf.cpp 54 static const UChar gPluralCountOther[] = {0x6F, 0x74, 0x68, 0x65, 0x72, 0};
163 if (pluralCount.compare(gPluralCountOther, 5)) {
165 (UnicodeString*)fPluralCountToCurrencyUnitPattern->get(UnicodeString(TRUE, gPluralCountOther, 5));
tmutfmt.cpp 66 static const char gPluralCountOther[] = "other";
622 if ( uprv_strcmp(searchPluralCount, gPluralCountOther) == 0 ) {
666 gPluralCountOther, countToPatterns, err);

Completed in 394 milliseconds