Searched refs:primaryZone (Results 1 – 2 of 2) sorted by relevance
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()