Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dzonemeta.cpp119 static const UChar gWorld[] = {0x30, 0x30, 0x31, 0x00}; // "001" variable
299 if (territory == NULL || u_strcmp(territory, gWorld) == 0) { in createCanonicalMap()
340 if (territory == NULL || u_strcmp(territory, gWorld) == 0) { in createCanonicalMap()
857 } else if (u_strcmp(olsonmap->territory, gWorld) == 0) { in getZoneIdByMetazone()