Searched refs:regionalGolden (Results 1 – 3 of 3) sorted by relevance
552 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode); in getPartialLocationName() local553 if (tzID.equals(regionalGolden)) { in getPartialLocationName()
556 String regionalGolden = _tznames.getReferenceZoneID(mzID, countryCode); in getPartialLocationName() local557 if (tzID.equals(regionalGolden)) { in getPartialLocationName()
787 UnicodeString regionalGolden; in getPartialLocationName() local788 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden); in getPartialLocationName()789 if (tzCanonicalID == regionalGolden) { in getPartialLocationName()