Searched refs:gOther (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Dcompactdecimalformat.cpp38 static const char gOther[] = "other"; variable
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/
H A Dcompactdecimalformat.cpp38 static const char gOther[] = "other"; variable
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 67 milliseconds