Home | History | Annotate | Download | only in i18n

Lines Matching defs:TimeZoneNames

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