Home | History | Annotate | Download | only in impl

Lines Matching refs:countryCode

241         String countryCode = ZoneMeta.getCanonicalCountry(canonicalTzID, isPrimary);
242 if (countryCode != null) {
245 String country = getLocaleDisplayNames().regionDisplayName(countryCode);
551 String countryCode = ZoneMeta.getCanonicalCountry(tzID);
552 if (countryCode != null) {
554 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode);
557 location = getLocaleDisplayNames().regionDisplayName(countryCode);