Searched refs:primaryZone (Results 1 – 3 of 3) sorted by relevance
493 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local494 if (tzid.equals(primaryZone)) { in getCanonicalCountry()499 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
494 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local495 if (tzid.equals(primaryZone)) { in getCanonicalCountry()500 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
498 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); in getCanonicalCountry() local500 if (tzid.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()506 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()