Lines Matching refs:TimeZoneNames
50 TimeZoneNames* names;
102 class TimeZoneNamesDelegate : public TimeZoneNames {
107 virtual bool operator==(const TimeZoneNames& other) const override;
108 virtual bool operator!=(const TimeZoneNames& other) const {return !operator==(other);} in operator !=()
157 TimeZoneNames *tznames = NULL; in TimeZoneNamesDelegate()
223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==()
296 TimeZoneNames::MatchInfoCollection*
304 TimeZoneNames::~TimeZoneNames() { in ~TimeZoneNames()
307 TimeZoneNames*
308 TimeZoneNames::createInstance(const Locale& locale, UErrorCode& status) { in createInstance()
309 TimeZoneNames *instance = NULL; in createInstance()
319 TimeZoneNames*
320 TimeZoneNames::createTZDBInstance(const Locale& locale, UErrorCode& status) { in createTZDBInstance()
321 TimeZoneNames *instance = NULL; in createTZDBInstance()
332 TimeZoneNames::getExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) const { in getExemplarLocationName()
337 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, Unicod… in getDisplayName()
350 TimeZoneNames::loadAllDisplayNames(UErrorCode& /*status*/) { in loadAllDisplayNames()
356 TimeZoneNames::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t … in getDisplayNames()
401 TimeZoneNames::MatchInfoCollection::MatchInfoCollection() in MatchInfoCollection()
405 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() { in ~MatchInfoCollection()
412 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone()
429 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone()
446 TimeZoneNames::MatchInfoCollection::size() const { in size()
454 TimeZoneNames::MatchInfoCollection::getNameTypeAt(int32_t idx) const { in getNameTypeAt()
463 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const { in getMatchLengthAt()
472 TimeZoneNames::MatchInfoCollection::getTimeZoneIDAt(int32_t idx, UnicodeString& tzID) const { in getTimeZoneIDAt()
483 TimeZoneNames::MatchInfoCollection::getMetaZoneIDAt(int32_t idx, UnicodeString& mzID) const { in getMetaZoneIDAt()
494 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) { in matches()