Lines Matching refs:mzID

56     const UChar* mzID;
65 // <tzID>&<mzID>#[L|S]
69 .append(p->mzID, -1)
89 // We just check identity of tzID/mzID
90 return (p1->tzID == p2->tzID && p1->mzID == p2->mzID && p1->isLong == p2->isLong);
312 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName,
316 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName);
635 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf));
636 fTimeZoneNames->getMetaZoneID(tzID, date, mzID);
637 if (!mzID.isEmpty()) {
711 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
720 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
727 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
741 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
757 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName,
760 if (tzCanonicalID.isEmpty() || mzID.isEmpty() || mzDisplayName.isEmpty()) {
768 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
785 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName) {
787 U_ASSERT(!mzID.isEmpty());
792 key.mzID = ZoneMeta::findMetaZoneID(mzID);
794 U_ASSERT(key.tzID != NULL && key.mzID != NULL);
811 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
848 cacheKey->mzID = key.mzID;
879 const UnicodeString *mzID;
888 while ((mzID = mzIDs->snext(status))) {
895 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
898 fTimeZoneNames->getMetaZoneDisplayName(*mzID, genNonLocTypes[i], mzGenName);
901 getPartialLocationName(tzCanonicalID, *mzID,
935 UnicodeString mzID;
942 if (tznamesMatches->getMetaZoneIDAt(i, mzID)) {
943 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID);