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

  /external/chromium_org/third_party/icu/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 65 static const char gPluralCountOther[] = "other";
702 if ( uprv_strcmp(searchPluralCount, gPluralCountOther) == 0 ) {
749 gPluralCountOther, countToPatterns, err);
    [all...]
  /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 65 static const char gPluralCountOther[] = "other";
621 if ( uprv_strcmp(searchPluralCount, gPluralCountOther) == 0 ) {
665 gPluralCountOther, countToPatterns, err);

Completed in 444 milliseconds