• Home
  • Raw
  • Download

Lines Matching refs:mzID

113     UnicodeString& getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) const;
114 …UnicodeString& getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeString& tz…
116 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt…
262 TimeZoneNamesDelegate::getMetaZoneID(const UnicodeString& tzID, UDate date, UnicodeString& mzID) co… in getMetaZoneID()
263 return fTZnamesCacheEntry->names->getMetaZoneID(tzID, date, mzID); in getMetaZoneID()
267 TimeZoneNamesDelegate::getReferenceZoneID(const UnicodeString& mzID, const char* region, UnicodeStr… in getReferenceZoneID() argument
268 return fTZnamesCacheEntry->names->getReferenceZoneID(mzID, region, tzID); in getReferenceZoneID()
272 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, Un… in getMetaZoneDisplayName() argument
273 return fTZnamesCacheEntry->names->getMetaZoneDisplayName(mzID, type, name); in getMetaZoneDisplayName()
341 UnicodeString mzID(mzIDBuf, 0, UPRV_LENGTHOF(mzIDBuf)); in getDisplayName() local
342 getMetaZoneID(tzID, date, mzID); in getDisplayName()
343 getMetaZoneDisplayName(mzID, type, name); in getDisplayName()
359 UnicodeString mzID; in getDisplayNames() local
363 if (mzID.isEmpty()) { in getDisplayNames()
364 getMetaZoneID(tzID, date, mzID); in getDisplayNames()
366 getMetaZoneDisplayName(mzID, types[i], dest[i]); in getDisplayNames()
378 …ZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const UnicodeString* mzID) { in MatchInfo()
385 this->id.setTo(*mzID); in MatchInfo()
430 const UnicodeString& mzID, UErrorCode& status) { in addMetaZone() argument
434 MatchInfo* matchInfo = new MatchInfo(nameType, matchLength, NULL, &mzID); in addMetaZone()
483 TimeZoneNames::MatchInfoCollection::getMetaZoneIDAt(int32_t idx, UnicodeString& mzID) const { in getMetaZoneIDAt()
484 mzID.remove(); in getMetaZoneIDAt()
487 mzID.setTo(match->id); in getMetaZoneIDAt()