Searched refs:UTimeZoneGenericNameType (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtzgnames.h28 typedef enum UTimeZoneGenericNameType { enum
33 } UTimeZoneGenericNameType; typedef in typeref:enum:UTimeZoneGenericNameType
52 UnicodeString& getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
H A Dtzgnames.cpp107 UTimeZoneGenericNameType type;
131 UTimeZoneGenericNameType getGenericNameType(int32_t index) const;
157 UTimeZoneGenericNameType
161 return static_cast<UTimeZoneGenericNameType>(minfo->gnameInfo->type);
278 UnicodeString& getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
310 UnicodeString& formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameType type,
451 TZGNCore::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const {
590 TZGNCore::formatGenericNonLocationName(const TimeZone& tz, UTimeZoneGenericNameType type, UDate date, UnicodeString& name) const {
1306 TimeZoneGenericNames::getDisplayName(const TimeZone& tz, UTimeZoneGenericNameType type,
H A Dtzfmt.cpp1344 return gnames->getDisplayName(tz, (UTimeZoneGenericNameType)genType, date, name);

Completed in 51 milliseconds