Searched refs:singleZone (Results 1 – 3 of 3) sorted by relevance
474 Boolean singleZone = SINGLE_COUNTRY_CACHE.get(tzid); in getCanonicalCountry() local475 if (singleZone == null) { in getCanonicalCountry()478 singleZone = Boolean.valueOf(ids.size() <= 1); in getCanonicalCountry()479 SINGLE_COUNTRY_CACHE.put(tzid, singleZone); in getCanonicalCountry()482 if (singleZone) { in getCanonicalCountry()
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()