HomeSort by relevance Sort by last modified time
    Searched refs:UTimeZoneNameType (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/
tznames.h 23 typedef enum UTimeZoneNameType {
33 } UTimeZoneNameType;
44 virtual UTimeZoneNameType getNameType(int32_t index) const = 0;
66 virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
67 virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const = 0;
70 virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const;
tznames.cpp 115 UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const;
116 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
243 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const {
248 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const {
289 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, UnicodeString& name) const {
tznames_impl.h 177 UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeString& name) const;
178 UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeString& name) const;
tzfmt.cpp 50 UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
225 UTimeZoneNameType nameType = matchInfo->getNameType(bestIdx);
273 TimeZoneFormatImpl::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dstType,
tznames_impl.cpp 47 static const UTimeZoneNameType ALL_NAME_TYPES[] = {
493 const UChar* getName(UTimeZoneNameType type);
526 ZNames::getName(UTimeZoneNameType type) {
737 UTimeZoneNameType type;
760 UTimeZoneNameType getNameType(int32_t index) const;
787 UTimeZoneNameType
1099 UTimeZoneNameType type,
    [all...]
tzgnames.cpp 570 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC;
639 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC)
822 UTimeZoneNameType genNonLocTypes[] = {
886 UTimeZoneNameType nameType = tznamesMatches->getNameType(i);
    [all...]

Completed in 34 milliseconds