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

  /external/chromium_org/third_party/icu/source/i18n/
compactdecimalformat.cpp 38 static const char gOther[] = "other";
724 if (uprv_strcmp(variant, gOther) == 0) {
860 (const CDFUnit*) uhash_get(result->unitsByVariant, gOther);
947 cdfUnit = (const CDFUnit*) uhash_get(table, gOther);
  /external/icu/icu4c/source/i18n/
compactdecimalformat.cpp 38 static const char gOther[] = "other";
724 if (uprv_strcmp(variant, gOther) == 0) {
860 (const CDFUnit*) uhash_get(result->unitsByVariant, gOther);
947 cdfUnit = (const CDFUnit*) uhash_get(table, gOther);

Completed in 5318 milliseconds