Lines Matching refs:TimeZoneNames
28 // TimeZoneNames object cache handling
47 TimeZoneNames* names;
99 class TimeZoneNamesDelegate : public TimeZoneNames {
104 virtual UBool operator==(const TimeZoneNames& other) const;
105 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);};
106 virtual TimeZoneNames* clone() const;
159 TimeZoneNames *tznames = NULL;
228 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const {
241 TimeZoneNames*
291 TimeZoneNames::MatchInfoCollection*
297 // TimeZoneNames base class
299 TimeZoneNames::~TimeZoneNames() {
302 TimeZoneNames*
303 TimeZoneNames::createInstance(const Locale& locale, UErrorCode& status) {
308 TimeZoneNames::getExemplarLocationName(const UnicodeString& tzID, UnicodeString& name) const {
313 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const {
353 TimeZoneNames::MatchInfoCollection::MatchInfoCollection()
357 TimeZoneNames::MatchInfoCollection::~MatchInfoCollection() {
364 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength,
381 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength,
398 TimeZoneNames::MatchInfoCollection::size() const {
406 TimeZoneNames::MatchInfoCollection::getNameTypeAt(int32_t idx) const {
415 TimeZoneNames::MatchInfoCollection::getMatchLengthAt(int32_t idx) const {
424 TimeZoneNames::MatchInfoCollection::getTimeZoneIDAt(int32_t idx, UnicodeString& tzID) const {
435 TimeZoneNames::MatchInfoCollection::getMetaZoneIDAt(int32_t idx, UnicodeString& mzID) const {
446 TimeZoneNames::MatchInfoCollection::matches(UErrorCode& status) {