Searched refs:singleZone (Results 1 – 3 of 3) sorted by relevance
475 Boolean singleZone = SINGLE_COUNTRY_CACHE.get(tzid); in getCanonicalCountry() local476 if (singleZone == null) { in getCanonicalCountry()479 singleZone = Boolean.valueOf(ids.size() <= 1); in getCanonicalCountry()480 SINGLE_COUNTRY_CACHE.put(tzid, singleZone); in getCanonicalCountry()483 if (singleZone) { in getCanonicalCountry()
476 Boolean singleZone = SINGLE_COUNTRY_CACHE.get(tzid); in getCanonicalCountry() local477 if (singleZone == null) { in getCanonicalCountry()480 singleZone = Boolean.valueOf(ids.size() <= 1); in getCanonicalCountry()481 SINGLE_COUNTRY_CACHE.put(tzid, singleZone); in getCanonicalCountry()484 if (singleZone) { in getCanonicalCountry()
448 UBool singleZone = FALSE; in getCanonicalCountry() local451 singleZone = cached = gSingleZoneCountries->contains((void*)region); in getCanonicalCountry()470 singleZone = TRUE; in getCanonicalCountry()478 if (singleZone) { in getCanonicalCountry()491 if (singleZone) { in getCanonicalCountry()