Home
last modified time | relevance | path

Searched refs:UTimeZoneNameType (Results 1 – 6 of 6) sorted by relevance

/external/icu4c/i18n/
Dtznames.h23 typedef enum UTimeZoneNameType { enum
33 } UTimeZoneNameType; typedef
44 virtual UTimeZoneNameType getNameType(int32_t index) const = 0;
66 …virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, U…
67 …virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, U…
70 …virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate dat…
Dtznames.cpp115 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt…
116 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt…
243 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, Un… in getMetaZoneDisplayName()
248 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Un… in getTimeZoneDisplayName()
289 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, Unicod… in getDisplayName()
Dtzfmt.cpp50 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
225 UTimeZoneNameType nameType = matchInfo->getNameType(bestIdx); in parse()
273 TimeZoneFormatImpl::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType in formatSpecific()
Dtznames_impl.h177 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt…
178 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt…
Dtznames_impl.cpp47 static const UTimeZoneNameType ALL_NAME_TYPES[] = {
493 const UChar* getName(UTimeZoneNameType type);
526 ZNames::getName(UTimeZoneNameType type) { in getName()
737 UTimeZoneNameType type;
760 UTimeZoneNameType getNameType(int32_t index) const;
787 UTimeZoneNameType
1099 UTimeZoneNameType type, in getMetaZoneDisplayName()
1125 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Unicod… in getTimeZoneDisplayName()
Dtzgnames.cpp570 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName()
639 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
822 UTimeZoneNameType genNonLocTypes[] = { in loadStrings()
886 UTimeZoneNameType nameType = tznamesMatches->getNameType(i); in findBestMatch()