Lines Matching refs:TimeZoneNames
48 TimeZoneNames* names;
100 class TimeZoneNamesDelegate : public TimeZoneNames {
105 virtual UBool operator==(const TimeZoneNames& other) const;
106 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);}; in operator !=()
107 virtual TimeZoneNames* clone() const;
152 TimeZoneNames *tznames = NULL; in TimeZoneNamesDelegate()
218 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==()
231 TimeZoneNames*
281 TimeZoneNames::MatchInfoCollection*
289 TimeZoneNames::~TimeZoneNames() { in ~TimeZoneNames()
292 TimeZoneNames*
293 TimeZoneNames::createInstance(const Locale& locale, UErrorCode& status) { in createInstance()
294 TimeZoneNames *instance = NULL; in createInstance()
304 TimeZoneNames*
305 TimeZoneNames::createTZDBInstance(const Locale& locale, UErrorCode& status) { in createTZDBInstance()
306 TimeZoneNames *instance = NULL; in createTZDBInstance()
317 TimeZoneNames::getExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) const { in getExemplarLocationName()
322 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, Unicod… in getDisplayName()
363 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() in MatchInfoCollection()
367 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() { in ~MatchInfoCollection()
374 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
391 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
408 TimeZoneNames::MatchInfoCollection::size() const { in size()
416 TimeZoneNames::MatchInfoCollection::getNameTypeAt(int32_t idx) const { in getNameTypeAt()
425 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const { in getMatchLengthAt()
434 TimeZoneNames::MatchInfoCollection::getTimeZoneIDAt(int32_t idx, UnicodeString& tzID) const { in getTimeZoneIDAt()
445 TimeZoneNames::MatchInfoCollection::getMetaZoneIDAt(int32_t idx, UnicodeString& mzID) const { in getMetaZoneIDAt()
456 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) { in matches()