Searched refs:primaryZone (Results 1 – 3 of 3) sorted by relevance
492 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local493 if (tzid.equals(primaryZone)) { in getCanonicalCountry()498 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
491 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local492 if (tzid.equals(primaryZone)) { in getCanonicalCountry()497 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
496 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); in getCanonicalCountry() local498 if (tzid.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()504 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()