Searched refs:UTimeZoneNameType (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 27 typedef enum UTimeZoneNameType { enum 68 } UTimeZoneNameType; typedef 241 …virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, U… 253 …virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, U… 291 …virtual UnicodeString& getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate dat… 320 void addZone(UTimeZoneNameType nameType, int32_t matchLength, 331 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, 349 UTimeZoneNameType getNameTypeAt(int32_t idx) const;
|
D | tzfmt.h | 725 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… 1054 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
|
/external/icu/icu4c/source/i18n/ |
D | tznames.cpp | 114 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 115 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt… 267 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, Un… in getMetaZoneDisplayName() 272 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Un… in getTimeZoneDisplayName() 322 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, Unicod… in getDisplayName() 335 UTimeZoneNameType nameType; 340 …MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() 374 TimeZoneNames::MatchInfoCollection::addZone(UTimeZoneNameType nameType, int32_t matchLength, in addZone() 391 TimeZoneNames::MatchInfoCollection::addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, in addMetaZone() 415 UTimeZoneNameType
|
D | tznames_impl.h | 180 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 181 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt… 231 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 232 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt…
|
D | tznames_impl.cpp | 47 static const UTimeZoneNameType ALL_NAME_TYPES[] = { 528 virtual const UChar* getName(UTimeZoneNameType type); 559 ZNames::getName(UTimeZoneNameType type) { in getName() 635 virtual const UChar* getName(UTimeZoneNameType type); 654 TZNames::getName(UTimeZoneNameType type) { in getName() 780 UTimeZoneNameType type; 1102 UTimeZoneNameType type, in getMetaZoneDisplayName() 1128 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Unicod… in getTimeZoneDisplayName() 1443 const UChar* getName(UTimeZoneNameType type) const; 1568 TZDBNames::getName(UTimeZoneNameType type) const { in getName() [all …]
|
D | tzgnames.cpp | 626 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() 697 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName() 882 UTimeZoneNameType genNonLocTypes[] = { in loadStrings() 946 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()
|
D | tzfmt.cpp | 1346 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() 2665 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
|
D | timezone.cpp | 1253 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName()
|