Searched refs:gWorld (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | zonemeta.cpp | 128 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/ |
D | zonemeta.cpp | 136 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/ |
D | zonemeta.cpp | 129 static const char16_t gWorld[] = {0x30, 0x30, 0x31, 0x00}; // "001" variable 451 if (region != nullptr && u_strcmp(gWorld, region) != 0) { in getCanonicalCountry()
|