Searched refs:primaryZone (Results 1 – 5 of 5) sorted by relevance
494 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local495 if (tzid.equals(primaryZone)) { in getCanonicalCountry()500 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
493 String primaryZone = primaryZones.getString(country); in getCanonicalCountry() local494 if (tzid.equals(primaryZone)) { in getCanonicalCountry()499 if (canonicalID != null && canonicalID.equals(primaryZone)) { in getCanonicalCountry()
505 const UChar *primaryZone = ures_getStringByKey(rb, regionBuf, &idLen, &status); in getCanonicalCountry() local507 if (tzid.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()513 if (U_SUCCESS(status) && canonicalID.compare(primaryZone, idLen) == 0) { in getCanonicalCountry()
172 //supplementalData/primaryZones/primaryZone[@iso3166="(%W)"] ; /primaryZones/$1 ; values={value}
376 //supplementalData/primaryZones/primaryZone[@iso3166="%A"] ; Supplemental ; Metazone ; Primary ; …