Home
last modified time | relevance | path

Searched refs:UTimeZoneNameType (Results 1 – 25 of 36) sorted by relevance

12

/third_party/node/deps/icu-small/source/i18n/unicode/
Dtznames.h31 typedef enum UTimeZoneNameType { enum
72 } UTimeZoneNameType; typedef
243 …virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, U…
255 …virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, U…
293 …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;
Dtzfmt.h726 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
1055 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Dtznames.h29 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;
Dtzfmt.h724 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
1053 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dtznames.h31 typedef enum UTimeZoneNameType { enum
72 } UTimeZoneNameType; typedef
243 …virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, U…
255 …virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, U…
293 …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;
Dtzfmt.h726 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
1055 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/icu/icu4c/source/i18n/unicode/
Dtznames.h31 typedef enum UTimeZoneNameType { enum
72 } UTimeZoneNameType; typedef
243 …virtual UnicodeString& getMetaZoneDisplayName(const UnicodeString& mzID, UTimeZoneNameType type, U…
255 …virtual UnicodeString& getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, U…
293 …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;
Dtzfmt.h726 …UnicodeString& formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst…
1055 static UTimeZoneFormatTimeType getTimeType(UTimeZoneNameType nameType);
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp116 …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 …]
Dtznames_impl.h185 …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…
Dtznames_impl.cpp99 UTimeZoneNameType type;
579 static UTimeZoneNameTypeIndex getTZNameTypeIndex(UTimeZoneNameType type) { in getTZNameTypeIndex()
591 static UTimeZoneNameType getTZNameType(UTimeZoneNameTypeIndex index) { in getTZNameType()
692 const UChar* getName(UTimeZoneNameType type) const { in getName()
1206 UTimeZoneNameType type, in getMetaZoneDisplayName()
1233 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Unicod… in getTimeZoneDisplayName()
1594 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames()
1613 UTimeZoneNameType type = types[i]; in getDisplayNames()
1721 const UChar* getName(UTimeZoneNameType type) const;
1846 TZDBNames::getName(UTimeZoneNameType type) const { in getName()
[all …]
Dtzgnames.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName()
680 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
859 UTimeZoneNameType genNonLocTypes[] = { in loadStrings()
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp116 …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 …]
Dtznames_impl.h185 …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…
Dtznames_impl.cpp97 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 …]
Dtzgnames.cpp603 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()
/third_party/icu/icu4c/source/i18n/
Dtznames.cpp116 …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 …]
Dtznames_impl.h185 …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…
Dtznames_impl.cpp99 UTimeZoneNameType type;
579 static UTimeZoneNameTypeIndex getTZNameTypeIndex(UTimeZoneNameType type) { in getTZNameTypeIndex()
591 static UTimeZoneNameType getTZNameType(UTimeZoneNameTypeIndex index) { in getTZNameType()
692 const UChar* getName(UTimeZoneNameType type) const { in getName()
1206 UTimeZoneNameType type, in getMetaZoneDisplayName()
1233 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Unicod… in getTimeZoneDisplayName()
1594 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames()
1613 UTimeZoneNameType type = types[i]; in getDisplayNames()
1721 const UChar* getName(UTimeZoneNameType type) const;
1846 TZDBNames::getName(UTimeZoneNameType type) const { in getName()
[all …]
Dtzgnames.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName()
680 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
859 UTimeZoneNameType genNonLocTypes[] = { in loadStrings()
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()
Dtzfmt.cpp1357 TimeZoneFormat::formatSpecific(const TimeZone& tz, UTimeZoneNameType stdType, UTimeZoneNameType dst… in formatSpecific()
2699 TimeZoneFormat::getTimeType(UTimeZoneNameType nameType) { in getTimeType()
/third_party/node/deps/icu-small/source/i18n/
Dtznames.cpp116 …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 …]
Dtznames_impl.h185 …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…
Dtznames_impl.cpp99 UTimeZoneNameType type;
579 static UTimeZoneNameTypeIndex getTZNameTypeIndex(UTimeZoneNameType type) { in getTZNameTypeIndex()
591 static UTimeZoneNameType getTZNameType(UTimeZoneNameTypeIndex index) { in getTZNameType()
692 const UChar* getName(UTimeZoneNameType type) const { in getName()
1206 UTimeZoneNameType type, in getMetaZoneDisplayName()
1233 TimeZoneNamesImpl::getTimeZoneDisplayName(const UnicodeString& tzID, UTimeZoneNameType type, Unicod… in getTimeZoneDisplayName()
1594 const UTimeZoneNameType types[], int32_t numTypes, in getDisplayNames()
1613 UTimeZoneNameType type = types[i]; in getDisplayNames()
1721 const UChar* getName(UTimeZoneNameType type) const;
1846 TZDBNames::getName(UTimeZoneNameType type) const { in getName()
[all …]
Dtzgnames.cpp609 UTimeZoneNameType nameType = (type == UTZGNM_LONG) ? UTZNM_LONG_GENERIC : UTZNM_SHORT_GENERIC; in formatGenericNonLocationName()
680 UTimeZoneNameType stdNameType = (nameType == UTZNM_LONG_GENERIC) in formatGenericNonLocationName()
859 UTimeZoneNameType genNonLocTypes[] = { in loadStrings()
923 UTimeZoneNameType nameType = tznamesMatches->getNameTypeAt(i); in findBestMatch()

12