Searched refs:singleZone (Results 1 – 4 of 4) sorted by relevance
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()
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()
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()
1216 boolean singleZone = !supplementalDataInfo.getMultizones().contains(countryCode); in handleTimeZoneName()1218 if (singleZone) { in handleTimeZoneName()1268 … boolean singleZone = !(supplementalDataInfo.getMultizones().contains(countryCode)); in handleTimeZoneName()1270 if (singleZone) { in handleTimeZoneName()