Searched refs:gMultiZonesCountries (Results 1 – 1 of 1) sorted by relevance
47 static icu::UVector *gMultiZonesCountries = NULL; variable78 delete gMultiZonesCountries; in zoneMeta_cleanup()431 gMultiZonesCountries = new UVector(NULL, uhash_compareUChars, status); in getSingleCountry()432 if (gMultiZonesCountries == NULL) { in getSingleCountry()440 delete gMultiZonesCountries; in getSingleCountry()451 U_ASSERT(gMultiZonesCountries != NULL); in getSingleCountry()459 multiZones = cached = gMultiZonesCountries->contains((void*)region); in getSingleCountry()492 if (!gMultiZonesCountries->contains((void*)region)) { in getSingleCountry()493 gMultiZonesCountries->addElement((void*)region, ec); in getSingleCountry()