Home
last modified time | relevance | path

Searched refs:TimeZoneNames (Results 1 – 25 of 73) sorted by relevance

123

/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DTimeZoneNameTest.java22 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/
Dtznames.cpp50 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 …]
Dtznames_impl.h170 class TimeZoneNamesImpl : public TimeZoneNames {
176 virtual UBool operator==(const TimeZoneNames& other) const;
177 virtual TimeZoneNames* clone() const;
190TimeZoneNames::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;
250TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
Dtznames_impl.cpp920 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/
Dtznames.cpp50 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 …]
Dtznames_impl.h170 class TimeZoneNamesImpl : public TimeZoneNames {
176 virtual UBool operator==(const TimeZoneNames& other) const;
190TimeZoneNames::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;
250TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames.cpp50 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 …]
Dtznames_impl.h170 class TimeZoneNamesImpl : public TimeZoneNames {
176 virtual UBool operator==(const TimeZoneNames& other) const;
190TimeZoneNames::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;
250TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
/third_party/node/deps/icu-small/source/i18n/
Dtznames.cpp50 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 …]
Dtznames_impl.h170 class TimeZoneNamesImpl : public TimeZoneNames {
176 virtual bool operator==(const TimeZoneNames& other) const override;
190TimeZoneNames::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;
250TimeZoneNames::MatchInfoCollection* find(const UnicodeString& text, int32_t start, uint32_t types,…
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DTimeZoneNames.java79 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/
DTimeZoneNames.java78 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/
Dtznames.h131 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);
Dtzfmt.h327 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/
Dtznames.h131 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);
Dtzfmt.h327 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/
Dtznames.h129 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);
Dtzfmt.h325 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/
Dtznames.h131 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);
Dtzfmt.h327 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/
DTimeZoneNamesFactoryImpl.java12 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/
DTimeZoneNamesFactoryImpl.java11 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/
DTimeZoneNameProviderICU.java15 import com.ibm.icu.text.TimeZoneNames;
16 import com.ibm.icu.text.TimeZoneNames.NameType;
27TimeZoneNames tznames = TimeZoneNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVaria… in getDisplayName()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTimeZoneFormatTest.java44 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/
DTimeZoneFormatTest.java43 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 …]

123