Searched refs:UTimeZoneNameType (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 29 typedef enum UTimeZoneNameType { enum 70 } 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… 301 …virtual void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t n… 330 void addZone(UTimeZoneNameType nameType, int32_t matchLength, 341 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, 359 UTimeZoneNameType getNameTypeAt(int32_t idx) const;
|
D | tzfmt.h | 724 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… 1053 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
|
/external/icu/icu4c/source/i18n/ |
D | tznames.cpp | 116 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 117 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt… 122 …void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes,… 272 TimeZoneNamesDelegate::getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, Un… in getMetaZoneDisplayName() 277 TimeZoneNamesDelegate::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Un… in getTimeZoneDisplayName() 292 TimeZoneNamesDelegate::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], … in getDisplayNames() 337 TimeZoneNames::getDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UDate date, Unicod… in getDisplayName() 356 TimeZoneNames::getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t … in getDisplayNames() 373 UTimeZoneNameType nameType; 378 …MatchInfo(UTimeZoneNameType nameType, int32_t matchLength, const UnicodeString* tzID, const Unicod… in MatchInfo() [all …]
|
D | tznames_impl.h | 185 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 186 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt… 193 …void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes,… 247 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 248 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt…
|
D | tznames_impl.cpp | 97 UTimeZoneNameType type; 575 static UTimeZoneNameTypeIndex getTZNameTypeIndex(UTimeZoneNameType type) { in getTZNameTypeIndex() 587 static UTimeZoneNameType getTZNameType(UTimeZoneNameTypeIndex index) { in getTZNameType() 688 const UChar* getName(UTimeZoneNameType type) const { in getName() 1202 UTimeZoneNameType type, in getMetaZoneDisplayName() 1229 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Unicod… in getTimeZoneDisplayName() 1590 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames() 1609 UTimeZoneNameType type = types[i]; in getDisplayNames() 1717 const UChar* getName(UTimeZoneNameType type) const; 1842 TZDBNames::getName(UTimeZoneNameType type) const { in getName() [all …]
|
D | tzgnames.cpp | 603 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() 674 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName() 853 UTimeZoneNameType genNonLocTypes[] = { in loadStrings() 917 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()
|
D | tzfmt.cpp | 1352 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() 2694 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
|
D | timezone.cpp | 1256 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName()
|
D | dtfmtsym.cpp | 1282 static const UTimeZoneNameType TYPES[] = { in initZoneStringsArray()
|