Searched refs:singleZone (Results 1 – 2 of 2) sorted by relevance
473 Boolean singleZone = SINGLE_COUNTRY_CACHE.get(tzid); in getCanonicalCountry() local474 if (singleZone == null) { in getCanonicalCountry()477 singleZone = Boolean.valueOf(ids.size() <= 1); in getCanonicalCountry()478 SINGLE_COUNTRY_CACHE.put(tzid, singleZone); in getCanonicalCountry()481 if (singleZone) { in getCanonicalCountry()
439 UBool singleZone = FALSE; in getCanonicalCountry() local442 singleZone = cached = gSingleZoneCountries->contains((void*)region); in getCanonicalCountry()461 singleZone = TRUE; in getCanonicalCountry()469 if (singleZone) { in getCanonicalCountry()482 if (singleZone) { in getCanonicalCountry()