Home | History | Annotate | Download | only in i18n

Lines Matching refs:mzID

56     const UChar* mzID;
65 // <tzID>&<mzID>#[L|S]
69 .append(p->mzID)
89 // We just check identity of tzID/mzID
90 return (p1->tzID == p2->tzID && p1->mzID == p2->mzID && p1->isLong == p2->isLong);
578 UnicodeString mzID;
579 fTimeZoneNames->getMetaZoneID(tzID, date, mzID);
580 if (!mzID.isEmpty()) {
652 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzGenericName);
661 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
667 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, goldenID);
681 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
697 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName,
700 if (tzCanonicalID.isEmpty() || mzID.isEmpty() || mzDisplayName.isEmpty()) {
708 uplname = nonConstThis->getPartialLocationName(tzCanonicalID, mzID, isLong, mzDisplayName);
725 const UnicodeString& mzID, UBool isLong, const UnicodeString& mzDisplayName) {
727 U_ASSERT(!mzID.isEmpty());
732 key.mzID = ZoneMeta::findMetaZoneID(mzID);
734 U_ASSERT(key.tzID != NULL && key.mzID != NULL);
751 fTimeZoneNames->getReferenceZoneID(mzID, countryCode, regionalGolden);
788 cacheKey->mzID = key.mzID;
819 const UnicodeString *mzID;
828 while ((mzID = mzIDs->snext(status))) {
835 fTimeZoneNames->getReferenceZoneID(*mzID, fTargetRegion, goldenID);
838 fTimeZoneNames->getMetaZoneDisplayName(*mzID, genNonLocTypes[i], mzGenName);
841 getPartialLocationName(tzCanonicalID, *mzID,
874 UnicodeString mzID;
882 tznamesMatches->getMetaZoneID(i, mzID);
883 U_ASSERT(mzID.length() > 0);
884 fTimeZoneNames->getReferenceZoneID(mzID, fTargetRegion, bestMatchTzID);