Home
last modified time | relevance | path

Searched refs:gWorld (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dzonemeta.cpp128 static const UChar gWorld[] = {0x30, 0x30, 0x31, 0x00}; // "001" variable
421 if (region != NULL && u_strcmp(gWorld, region) != 0) { in getCanonicalCountry()
/third_party/skia/third_party/externals/icu/source/i18n/
Dzonemeta.cpp136 static const UChar gWorld[] = {0x30, 0x30, 0x31, 0x00}; // "001" variable
429 if (region != NULL && u_strcmp(gWorld, region) != 0) { in getCanonicalCountry()
/third_party/node/deps/icu-small/source/i18n/
Dzonemeta.cpp129 static const char16_t gWorld[] = {0x30, 0x30, 0x31, 0x00}; // "001" variable
451 if (region != nullptr && u_strcmp(gWorld, region) != 0) { in getCanonicalCountry()