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… 303 …virtual void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t n… 332 void addZone(UTimeZoneNameType nameType, int32_t matchLength, 343 void addMetaZone(UTimeZoneNameType nameType, int32_t matchLength, 361 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 | 182 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 183 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt… 190 …void getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes,… 244 …UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, UnicodeSt… 245 …UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, UnicodeSt…
|
D | tznames_impl.cpp | 95 UTimeZoneNameType type; 569 static UTimeZoneNameTypeIndex getTZNameTypeIndex(UTimeZoneNameType type) { in getTZNameTypeIndex() 581 static UTimeZoneNameType getTZNameType(UTimeZoneNameTypeIndex index) { in getTZNameType() 682 const UChar* getName(UTimeZoneNameType type) const { in getName() 1196 UTimeZoneNameType type, in getMetaZoneDisplayName() 1223 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Unicod… in getTimeZoneDisplayName() 1584 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames() 1603 UTimeZoneNameType type = types[i]; in getDisplayNames() 1711 const UChar* getName(UTimeZoneNameType type) const; 1836 TZDBNames::getName(UTimeZoneNameType type) const { in getName() [all …]
|
D | tzgnames.cpp | 602 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName() 673 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName() 852 UTimeZoneNameType genNonLocTypes[] = { in loadStrings() 916 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()
|
D | tzfmt.cpp | 1348 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific() 2667 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
|
D | timezone.cpp | 1257 UTimeZoneNameType nameType = UTZNM_UNKNOWN; in getDisplayName()
|
D | dtfmtsym.cpp | 1282 static const UTimeZoneNameType TYPES[] = { in initZoneStringsArray()
|