/third_party/node/deps/icu-small/source/i18n/ |
D | tzfmt.cpp | 317 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 319 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 421 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat 432 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat() 441 TimeZoneFormat& 442 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =() 486 TimeZoneFormat::operator==(const Format& other) const { in operator ==() 487 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==() 508 TimeZoneFormat* 509 TimeZoneFormat::clone() const { in clone() [all …]
|
D | smpdtfmt.cpp | 572 TimeZoneFormat *otherTZFormat; in operator =() 591 fTimeZoneFormat = new TimeZoneFormat(*otherTZFormat); in operator =() 1766 const TimeZoneFormat *tzfmt = tzFormat(status); in subFormat() 3582 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3597 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3610 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3637 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3650 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3680 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3710 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() [all …]
|
D | timezone.cpp | 1248 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1279 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1319 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
|
/third_party/icu/icu4c/source/i18n/ |
D | tzfmt.cpp | 317 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 319 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 421 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat 432 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat() 441 TimeZoneFormat& 442 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =() 486 TimeZoneFormat::operator==(const Format& other) const { in operator ==() 487 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==() 508 TimeZoneFormat* 509 TimeZoneFormat::clone() const { in clone() [all …]
|
D | smpdtfmt.cpp | 601 TimeZoneFormat *otherTZFormat; in operator =() 620 fTimeZoneFormat = new TimeZoneFormat(*otherTZFormat); in operator =() 1802 const TimeZoneFormat *tzfmt = tzFormat(status); in subFormat() 3631 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3646 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3659 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3686 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3699 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3729 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3759 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() [all …]
|
D | timezone.cpp | 1248 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1279 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1319 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tzfmt.cpp | 317 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument 319 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 421 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) in TimeZoneFormat() function in TimeZoneFormat 432 TimeZoneFormat::~TimeZoneFormat() { in ~TimeZoneFormat() 441 TimeZoneFormat& 442 TimeZoneFormat::operator=(const TimeZoneFormat& other) { in operator =() 486 TimeZoneFormat::operator==(const Format& other) const { in operator ==() 487 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; in operator ==() 508 TimeZoneFormat* 509 TimeZoneFormat::clone() const { in clone() [all …]
|
D | smpdtfmt.cpp | 601 fTimeZoneFormat = new TimeZoneFormat(*other.fTimeZoneFormat); in operator =() 1760 const TimeZoneFormat *tzfmt = tzFormat(status); in subFormat() 3512 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3527 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3540 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3567 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3580 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3610 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 3640 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() 4034 const TimeZoneFormat* [all …]
|
D | timezone.cpp | 1230 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1261 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName() 1301 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status)); in getDisplayName()
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | tzfmt.h | 274 class U_I18N_API TimeZoneFormat : public Format { 280 TimeZoneFormat(const TimeZoneFormat& other); 286 virtual ~TimeZoneFormat(); 292 TimeZoneFormat& operator=(const TimeZoneFormat& other); 310 virtual TimeZoneFormat* clone() const; 320 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 674 TimeZoneFormat(const Locale& locale, UErrorCode& status);
|
D | smpdtfmt.h | 51 class TimeZoneFormat; variable 1121 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt); 1128 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat); 1135 virtual const TimeZoneFormat* getTimeZoneFormat(void) const; 1539 TimeZoneFormat *tzFormat(UErrorCode &status) const; 1591 TimeZoneFormat* fTimeZoneFormat;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | tzfmt.h | 274 class U_I18N_API TimeZoneFormat : public Format { 280 TimeZoneFormat(const TimeZoneFormat& other); 286 virtual ~TimeZoneFormat(); 292 TimeZoneFormat& operator=(const TimeZoneFormat& other); 310 virtual TimeZoneFormat* clone() const override; 320 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 674 TimeZoneFormat(const Locale& locale, UErrorCode& status);
|
D | smpdtfmt.h | 51 class TimeZoneFormat; variable 1122 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt); 1129 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat); 1136 virtual const TimeZoneFormat* getTimeZoneFormat(void) const; 1551 TimeZoneFormat *tzFormat(UErrorCode &status) const; 1603 TimeZoneFormat* fTimeZoneFormat = nullptr;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | tzfmt.h | 274 class U_I18N_API TimeZoneFormat : public Format { 280 TimeZoneFormat(const TimeZoneFormat& other); 286 virtual ~TimeZoneFormat(); 292 TimeZoneFormat& operator=(const TimeZoneFormat& other); 310 virtual TimeZoneFormat* clone() const override; 320 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status); 674 TimeZoneFormat(const Locale& locale, UErrorCode& status);
|
D | smpdtfmt.h | 51 class TimeZoneFormat; variable 1121 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt); 1128 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat); 1135 virtual const TimeZoneFormat* getTimeZoneFormat(void) const; 1555 TimeZoneFormat *tzFormat(UErrorCode &status) const; 1607 TimeZoneFormat* fTimeZoneFormat;
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 39 import ohos.global.icu.text.TimeZoneFormat; 40 import ohos.global.icu.text.TimeZoneFormat.GMTOffsetPatternType; 41 import ohos.global.icu.text.TimeZoneFormat.ParseOption; 42 import ohos.global.icu.text.TimeZoneFormat.Style; 43 import ohos.global.icu.text.TimeZoneFormat.TimeType; 151 … String localGMTString = TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0); in TestTimeZoneRoundTrip() 664 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); in TestParse() 695 TimeZoneFormat fmt = TimeZoneFormat.getInstance(ULocale.ENGLISH); in TestParseCoverage() 959 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); in TestFormat() 970 tzfmt = TimeZoneFormat.getInstance(loc); in TestFormat() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TimeZoneFormatTest.java | 38 import com.ibm.icu.text.TimeZoneFormat; 39 import com.ibm.icu.text.TimeZoneFormat.GMTOffsetPatternType; 40 import com.ibm.icu.text.TimeZoneFormat.ParseOption; 41 import com.ibm.icu.text.TimeZoneFormat.Style; 42 import com.ibm.icu.text.TimeZoneFormat.TimeType; 148 … String localGMTString = TimeZoneFormat.getInstance(LOCALES[locidx]).formatOffsetLocalizedGMT(0); in TestTimeZoneRoundTrip() 661 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); in TestParse() 692 TimeZoneFormat fmt = TimeZoneFormat.getInstance(ULocale.ENGLISH); in TestParseCoverage() 956 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); in TestFormat() 967 tzfmt = TimeZoneFormat.getInstance(loc); in TestFormat() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | TimeZone.java | 27 import ohos.global.icu.text.TimeZoneFormat; 28 import ohos.global.icu.text.TimeZoneFormat.Style; 29 import ohos.global.icu.text.TimeZoneFormat.TimeType; 507 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() 535 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() 565 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | TimeZone.java | 26 import com.ibm.icu.text.TimeZoneFormat; 27 import com.ibm.icu.text.TimeZoneFormat.Style; 28 import com.ibm.icu.text.TimeZoneFormat.TimeType; 542 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() 570 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName() 600 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); in _getDisplayName()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | TimeZoneFormat.java | 69 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class 382 protected TimeZoneFormat(ULocale locale) { in TimeZoneFormat() method in TimeZoneFormat 451 public static TimeZoneFormat getInstance(ULocale locale) { in getInstance() 468 public static TimeZoneFormat getInstance(Locale locale) { in getInstance() 527 public TimeZoneFormat setTimeZoneNames(TimeZoneNames tznames) { in setTimeZoneNames() 557 public TimeZoneFormat setGMTPattern(String pattern) { in setGMTPattern() 585 public TimeZoneFormat setGMTOffsetPattern(GMTOffsetPatternType type, String pattern) { in setGMTOffsetPattern() 626 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() 659 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() 683 public TimeZoneFormat setDefaultParseOptions(EnumSet<ParseOption> options) { in setDefaultParseOptions() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 69 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class 419 protected TimeZoneFormat(ULocale locale) { in TimeZoneFormat() method in TimeZoneFormat 489 public static TimeZoneFormat getInstance(ULocale locale) { in getInstance() 507 public static TimeZoneFormat getInstance(Locale locale) { in getInstance() 568 public TimeZoneFormat setTimeZoneNames(TimeZoneNames tznames) { in setTimeZoneNames() 600 public TimeZoneFormat setGMTPattern(String pattern) { in setGMTPattern() 630 public TimeZoneFormat setGMTOffsetPattern(GMTOffsetPatternType type, String pattern) { in setGMTOffsetPattern() 673 public TimeZoneFormat setGMTOffsetDigits(String digits) { in setGMTOffsetDigits() 708 public TimeZoneFormat setGMTZeroFormat(String gmtZeroFormat) { in setGMTZeroFormat() 733 public TimeZoneFormat setDefaultParseOptions(EnumSet<ParseOption> options) { in setDefaultParseOptions() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | FormatHandler.java | 44 import ohos.global.icu.text.TimeZoneFormat; 45 import ohos.global.icu.text.TimeZoneFormat.Style; 1948 … TimeZoneFormat tmptzf = (TimeZoneFormat)((SimpleDateFormat)dfb).getTimeZoneFormat().clone(); in hasSameBehavior() 2510 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); in getTestObjects() 2517 TimeZoneFormat tzfa = (TimeZoneFormat)a; in hasSameBehavior() 2518 TimeZoneFormat tzfb = (TimeZoneFormat)b; in hasSameBehavior()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | FormatHandler.java | 44 import com.ibm.icu.text.TimeZoneFormat; 45 import com.ibm.icu.text.TimeZoneFormat.Style; 1961 … TimeZoneFormat tmptzf = (TimeZoneFormat)((SimpleDateFormat)dfb).getTimeZoneFormat().clone(); in hasSameBehavior() 2523 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); in getTestObjects() 2530 TimeZoneFormat tzfa = (TimeZoneFormat)a; in hasSameBehavior() 2531 TimeZoneFormat tzfb = (TimeZoneFormat)b; in hasSameBehavior()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzfmttst.cpp | 875 …LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status)); in TestParse() 1159 …LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status)); in TestFormat() 1250 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(loc, status)); in TestFormatTZDBNames() 1302 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale("en"), status)); in TestFormatCustomZone()
|
/third_party/icu/icu4j/ |
D | coverage-exclusion.txt | 996 com/ibm/icu/text/TimeZoneFormat#formatToCharacterIterator:(Ljava/lang/Object;)Ljava/text/Attributed… 997 com/ibm/icu/text/TimeZoneFormat$GMTOffsetField#getWidth:()I 998 com/ibm/icu/text/TimeZoneFormat$GMTOffsetPatternType#defaultPattern:()Ljava/lang/String; 999 com/ibm/icu/text/TimeZoneFormat$GMTOffsetPatternType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/… 1000 com/ibm/icu/text/TimeZoneFormat$OffsetFields#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZone… 1001 com/ibm/icu/text/TimeZoneFormat$OffsetFields#values:()[Lcom/ibm/icu/text/TimeZoneFormat$OffsetField… 1002 com/ibm/icu/text/TimeZoneFormat$ParseOption#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZoneF… 1003 com/ibm/icu/text/TimeZoneFormat$Style#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZoneFormat$… 1004 com/ibm/icu/text/TimeZoneFormat$TimeType#valueOf:(Ljava/lang/String;)Lcom/ibm/icu/text/TimeZoneForm… 1005 com/ibm/icu/text/TimeZoneFormat$TimeType#values:()[Lcom/ibm/icu/text/TimeZoneFormat$TimeType;
|