/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
D | TimeZoneNameTest.java | 22 import com.ibm.icu.text.TimeZoneNames; 23 import com.ibm.icu.text.TimeZoneNames.NameType; 103 TimeZoneNames tznames = TimeZoneNames.getInstance(ULocale.forLocale(loc)); in getIcuDisplayName() 164 TimeZoneNames uLocaleInstance = TimeZoneNames.getInstance(ULocale.CANADA); in testGetInstance_Locale() 165 TimeZoneNames localeInstance = TimeZoneNames.getInstance(Locale.CANADA); in testGetInstance_Locale() 173 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC; in testGetInstance_Locale() 182 TimeZoneNames japaneseNames = TimeZoneNames.getInstance(ULocale.JAPANESE); in testGetAvailableMetaZoneIDs() 185 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetAvailableMetaZoneIDs() 197 TimeZoneNames japaneseNames = TimeZoneNames.getInstance(ULocale.JAPANESE); in testGetAvailableMetaZoneIDs_String() 201 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(ULocale.CHINESE); in testGetAvailableMetaZoneIDs_String() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tznames.cpp | 50 TimeZoneNames* names; 102 class TimeZoneNamesDelegate : public TimeZoneNames { 107 virtual UBool operator==(const TimeZoneNames& other) const; 108 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);}; in operator !=() 109 virtual TimeZoneNames* clone() const; 157 TimeZoneNames *tznames = NULL; in TimeZoneNamesDelegate() 223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==() 236 TimeZoneNames* 296 TimeZoneNames::MatchInfoCollection* 304 TimeZoneNames::~TimeZoneNames() { in ~TimeZoneNames() [all …]
|
D | tznames_impl.h | 170 class TimeZoneNamesImpl : public TimeZoneNames { 176 virtual UBool operator==(const TimeZoneNames& other) const; 177 virtual TimeZoneNames* clone() const; 190 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,… 222 TimeZoneNames::MatchInfoCollection* doFind(ZNameSearchHandler& handler, 233 class TZDBTimeZoneNames : public TimeZoneNames { 238 virtual UBool operator==(const TimeZoneNames& other) const; 239 virtual TimeZoneNames* clone() const; 250 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
|
D | tznames_impl.cpp | 920 TimeZoneNames::MatchInfoCollection* getMatches(int32_t& maxMatchLen); 925 TimeZoneNames::MatchInfoCollection* fResults; 953 fResults = new TimeZoneNames::MatchInfoCollection(); in handleMatch() 976 TimeZoneNames::MatchInfoCollection* 979 TimeZoneNames::MatchInfoCollection* results = fResults; in getMatches() 1104 TimeZoneNamesImpl::operator==(const TimeZoneNames& other) const { in operator ==() 1112 TimeZoneNames* 1348 TimeZoneNames::MatchInfoCollection* 1351 TimeZoneNames::MatchInfoCollection* matches; in find() 1391 TimeZoneNames::MatchInfoCollection* [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | tznames.cpp | 50 TimeZoneNames* names; 102 class TimeZoneNamesDelegate : public TimeZoneNames { 107 virtual UBool operator==(const TimeZoneNames& other) const; 108 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);} in operator !=() 157 TimeZoneNames *tznames = NULL; in TimeZoneNamesDelegate() 223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==() 296 TimeZoneNames::MatchInfoCollection* 304 TimeZoneNames::~TimeZoneNames() { in ~TimeZoneNames() 307 TimeZoneNames* 308 TimeZoneNames::createInstance(const Locale& locale, UErrorCode& status) { in createInstance() [all …]
|
D | tznames_impl.h | 170 class TimeZoneNamesImpl : public TimeZoneNames { 176 virtual UBool operator==(const TimeZoneNames& other) const; 190 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,… 222 TimeZoneNames::MatchInfoCollection* doFind(ZNameSearchHandler& handler, 233 class TZDBTimeZoneNames : public TimeZoneNames { 238 virtual UBool operator==(const TimeZoneNames& other) const; 250 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tznames.cpp | 50 TimeZoneNames* names; 102 class TimeZoneNamesDelegate : public TimeZoneNames { 107 virtual UBool operator==(const TimeZoneNames& other) const; 108 virtual UBool operator!=(const TimeZoneNames& other) const {return !operator==(other);} in operator !=() 157 TimeZoneNames *tznames = NULL; in TimeZoneNamesDelegate() 223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==() 296 TimeZoneNames::MatchInfoCollection* 304 TimeZoneNames::~TimeZoneNames() { in ~TimeZoneNames() 307 TimeZoneNames* 308 TimeZoneNames::createInstance(const Locale& locale, UErrorCode& status) { in createInstance() [all …]
|
D | tznames_impl.h | 170 class TimeZoneNamesImpl : public TimeZoneNames { 176 virtual UBool operator==(const TimeZoneNames& other) const; 190 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,… 222 TimeZoneNames::MatchInfoCollection* doFind(ZNameSearchHandler& handler, 233 class TZDBTimeZoneNames : public TimeZoneNames { 238 virtual UBool operator==(const TimeZoneNames& other) const; 250 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tznames.cpp | 50 TimeZoneNames* names; 102 class TimeZoneNamesDelegate : public TimeZoneNames { 107 virtual bool operator==(const TimeZoneNames& other) const override; 108 virtual bool operator!=(const TimeZoneNames& other) const {return !operator==(other);} in operator !=() 157 TimeZoneNames *tznames = NULL; in TimeZoneNamesDelegate() 223 TimeZoneNamesDelegate::operator==(const TimeZoneNames& other) const { in operator ==() 296 TimeZoneNames::MatchInfoCollection* 304 TimeZoneNames::~TimeZoneNames() { in ~TimeZoneNames() 307 TimeZoneNames* 308 TimeZoneNames::createInstance(const Locale& locale, UErrorCode& status) { in createInstance() [all …]
|
D | tznames_impl.h | 170 class TimeZoneNamesImpl : public TimeZoneNames { 176 virtual bool operator==(const TimeZoneNames& other) const override; 190 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,… 222 TimeZoneNames::MatchInfoCollection* doFind(ZNameSearchHandler& handler, 233 class TZDBTimeZoneNames : public TimeZoneNames { 238 virtual bool operator==(const TimeZoneNames& other) const override; 250 …TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneNames.java | 79 public abstract class TimeZoneNames implements Serializable { class 173 public static TimeZoneNames getInstance(ULocale locale) { in getInstance() 187 public static TimeZoneNames getInstance(Locale locale) { in getInstance() 202 public static TimeZoneNames getTZDBInstance(ULocale locale) { in getTZDBInstance() 473 protected TimeZoneNames() { in TimeZoneNames() method in TimeZoneNames 494 public abstract TimeZoneNames getTimeZoneNames(ULocale locale); in getTimeZoneNames() 509 private static class Cache extends SoftCache<String, TimeZoneNames, ULocale> { 517 protected TimeZoneNames createInstance(String key, ULocale data) { in createInstance() 528 private static class DefaultTimeZoneNames extends TimeZoneNames { 608 public TimeZoneNames getTimeZoneNames(ULocale locale) { in getTimeZoneNames()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TimeZoneNames.java | 78 public abstract class TimeZoneNames implements Serializable { class 155 public static TimeZoneNames getInstance(ULocale locale) { in getInstance() 168 public static TimeZoneNames getInstance(Locale locale) { in getInstance() 181 public static TimeZoneNames getTZDBInstance(ULocale locale) { in getTZDBInstance() 447 protected TimeZoneNames() { in TimeZoneNames() method in TimeZoneNames 471 public abstract TimeZoneNames getTimeZoneNames(ULocale locale); in getTimeZoneNames() 487 private static class Cache extends SoftCache<String, TimeZoneNames, ULocale> { 495 protected TimeZoneNames createInstance(String key, ULocale data) { in createInstance() 506 private static class DefaultTimeZoneNames extends TimeZoneNames { 590 public TimeZoneNames getTimeZoneNames(ULocale locale) { in getTimeZoneNames()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | tznames.h | 131 class U_I18N_API TimeZoneNames : public UObject { 137 virtual ~TimeZoneNames(); 145 virtual bool operator==(const TimeZoneNames& other) const = 0; 154 bool operator!=(const TimeZoneNames& other) const { return !operator==(other); } 162 virtual TimeZoneNames* clone() const = 0; 172 static TimeZoneNames* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 184 static TimeZoneNames* U_EXPORT2 createTZDBInstance(const Locale& locale, UErrorCode& status);
|
D | tzfmt.h | 327 const TimeZoneNames* getTimeZoneNames() const; 336 void adoptTimeZoneNames(TimeZoneNames *tznames); 343 void setTimeZoneNames(const TimeZoneNames &tznames); 684 TimeZoneNames* fTimeZoneNames; 1065 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | tznames.h | 131 class U_I18N_API TimeZoneNames : public UObject { 137 virtual ~TimeZoneNames(); 145 virtual UBool operator==(const TimeZoneNames& other) const = 0; 154 UBool operator!=(const TimeZoneNames& other) const { return !operator==(other); } 162 virtual TimeZoneNames* clone() const = 0; 172 static TimeZoneNames* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 184 static TimeZoneNames* U_EXPORT2 createTZDBInstance(const Locale& locale, UErrorCode& status);
|
D | tzfmt.h | 327 const TimeZoneNames* getTimeZoneNames() const; 336 void adoptTimeZoneNames(TimeZoneNames *tznames); 343 void setTimeZoneNames(const TimeZoneNames &tznames); 684 TimeZoneNames* fTimeZoneNames; 1065 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tznames.h | 129 class U_I18N_API TimeZoneNames : public UObject { 135 virtual ~TimeZoneNames(); 143 virtual UBool operator==(const TimeZoneNames& other) const = 0; 152 UBool operator!=(const TimeZoneNames& other) const { return !operator==(other); } 160 virtual TimeZoneNames* clone() const = 0; 170 static TimeZoneNames* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 182 static TimeZoneNames* U_EXPORT2 createTZDBInstance(const Locale& locale, UErrorCode& status);
|
D | tzfmt.h | 325 const TimeZoneNames* getTimeZoneNames() const; 334 void adoptTimeZoneNames(TimeZoneNames *tznames); 341 void setTimeZoneNames(const TimeZoneNames &tznames); 682 TimeZoneNames* fTimeZoneNames; 1063 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tznames.h | 131 class U_I18N_API TimeZoneNames : public UObject { 137 virtual ~TimeZoneNames(); 145 virtual UBool operator==(const TimeZoneNames& other) const = 0; 154 UBool operator!=(const TimeZoneNames& other) const { return !operator==(other); } 162 virtual TimeZoneNames* clone() const = 0; 172 static TimeZoneNames* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 184 static TimeZoneNames* U_EXPORT2 createTZDBInstance(const Locale& locale, UErrorCode& status);
|
D | tzfmt.h | 327 const TimeZoneNames* getTimeZoneNames() const; 336 void adoptTimeZoneNames(TimeZoneNames *tznames); 343 void setTimeZoneNames(const TimeZoneNames &tznames); 684 TimeZoneNames* fTimeZoneNames; 1065 …UnicodeString& getTimeZoneID(const TimeZoneNames::MatchInfoCollection* matches, int32_t idx, Unico…
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TimeZoneNamesFactoryImpl.java | 12 import ohos.global.icu.text.TimeZoneNames; 13 import ohos.global.icu.text.TimeZoneNames.Factory; 26 public TimeZoneNames getTimeZoneNames(ULocale locale) { in getTimeZoneNames()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneNamesFactoryImpl.java | 11 import com.ibm.icu.text.TimeZoneNames; 12 import com.ibm.icu.text.TimeZoneNames.Factory; 24 public TimeZoneNames getTimeZoneNames(ULocale locale) { in getTimeZoneNames()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/ |
D | TimeZoneNameProviderICU.java | 15 import com.ibm.icu.text.TimeZoneNames; 16 import com.ibm.icu.text.TimeZoneNames.NameType; 27 …TimeZoneNames tznames = TimeZoneNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVaria… in getDisplayName()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 44 import ohos.global.icu.text.TimeZoneNames; 45 import ohos.global.icu.text.TimeZoneNames.Factory; 46 import ohos.global.icu.text.TimeZoneNames.NameType; 1048 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(loc); in TestFormatTZDBNames() 1157 TimeZoneNames tznames = TimeZoneNames.getInstance(uloc); in TestGetDisplayNames() 1174 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames() 1194 class TimeZoneNamesInheriter extends TimeZoneNames { 1232 TimeZoneNames.Factory factory; in TestDefaultTimeZoneNames() 1240 TimeZoneNames tzn = factory.getTimeZoneNames(ULocale.ENGLISH); in TestDefaultTimeZoneNames() 1270 TimeZoneNames tzn = TimeZoneNames.getInstance(Locale.ENGLISH); in TestAPI() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 43 import com.ibm.icu.text.TimeZoneNames; 44 import com.ibm.icu.text.TimeZoneNames.Factory; 45 import com.ibm.icu.text.TimeZoneNames.NameType; 1045 TimeZoneNames tzdbNames = TimeZoneNames.getTZDBInstance(loc); in TestFormatTZDBNames() 1154 TimeZoneNames tznames = TimeZoneNames.getInstance(uloc); in TestGetDisplayNames() 1171 TimeZoneNames tznames = new TZDBTimeZoneNames(uloc); in TestGetDisplayNames() 1191 class TimeZoneNamesInheriter extends TimeZoneNames { 1229 TimeZoneNames.Factory factory; in TestDefaultTimeZoneNames() 1237 TimeZoneNames tzn = factory.getTimeZoneNames(ULocale.ENGLISH); in TestDefaultTimeZoneNames() 1267 TimeZoneNames tzn = TimeZoneNames.getInstance(Locale.ENGLISH); in TestAPI() [all …]
|