Home
last modified time | relevance | path

Searched defs:TimeZone (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime_zone_test.cc25 TEST(TimeZone, ValueSemantics) { in TEST() argument
33 TEST(TimeZone, Equality) { in TEST() argument
48 TEST(TimeZone, CCTZConversion) { in TEST() argument
54 TEST(TimeZone, DefaultTimeZones) { in TEST() argument
60 TEST(TimeZone, FixedTimeZone) { in TEST() argument
66 TEST(TimeZone, LocalTimeZone) { in TEST() argument
72 TEST(TimeZone, NamedTimeZones) { in TEST() argument
81 TEST(TimeZone, Failures) { in TEST() argument
Dtime.h96 class TimeZone; // Defined below variable
912 explicit TimeZone(time_internal::cctz::time_zone tz) : cz_(tz) {} in TimeZone() function
/third_party/icu/docs/userguide/icu4j/
Dfaq.md155 ### TimeZone subsection in Overview
157 #### Does ICU4J have its own time zone rule data?
162 #### Why does ICU4J carry the time zone rule data while my JRE also has the data?
171 #### How can I get the latest time zone rule data patch?
177 … another time zone rule data. Are there any way to configure ICU4J to use the JRE's time zone data?
/third_party/icu/icu4c/source/i18n/
Dtzgnames.h39 class TimeZone; variable
Dzonemeta.h28 class TimeZone; variable
Dtimezone.cpp341 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(TimeZone) in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() argument
350 TimeZone::TimeZone(const UnicodeString &id) in TimeZone() function in TimeZone
363 TimeZone::TimeZone(const TimeZone &source) in TimeZone() function in TimeZone
/third_party/node/deps/icu-small/source/i18n/
Dtzgnames.h39 class TimeZone; variable
Dzonemeta.h28 class TimeZone; variable
Dtimezone.cpp341 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(TimeZone) in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() argument
350 TimeZone::TimeZone(const UnicodeString &id) in TimeZone() function in TimeZone
363 TimeZone::TimeZone(const TimeZone &source) in TimeZone() function in TimeZone
/third_party/skia/third_party/externals/icu/source/i18n/
Dtzgnames.h39 class TimeZone; variable
Dzonemeta.h28 class TimeZone; variable
Dtimezone.cpp341 UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(TimeZone) in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() argument
350 TimeZone::TimeZone(const UnicodeString &id) in TimeZone() function in TimeZone
363 TimeZone::TimeZone(const TimeZone &source) in TimeZone() function in TimeZone
/third_party/node/deps/v8/src/objects/
Djs-date-time-format.h28 class TimeZone; variable
Dintl-objects.h31 class TimeZone; variable
Djs-date-time-format.cc571 Handle<Object> JSDateTimeFormat::TimeZone( in TimeZone() function in v8::internal::JSDateTimeFormat
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DTimeZone.java117 abstract public class TimeZone implements Serializable, Cloneable, Freezable<TimeZone> { class
130 public TimeZone() { in TimeZone() method in TimeZone
141 protected TimeZone(String ID) { in TimeZone() method in TimeZone
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup_test.cc720 TEST(TimeZone, UTC) { in TEST() argument
732 TEST(TimeZone, NamedTimeZones) { in TEST() argument
750 TEST(TimeZone, Failures) { in TEST() argument
772 TEST(TimeZone, Equality) { in TEST() argument
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_date_time.h258 const dng_time_zone & TimeZone () const in TimeZone() function
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DTimeZone.java117 abstract public class TimeZone implements Serializable, Cloneable, Freezable<TimeZone> { class
131 public TimeZone() { in TimeZone() method in TimeZone
141 protected TimeZone(String ID) { in TimeZone() method in TimeZone
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_i18n.js131 TimeZone: TimeZoneClass, property
160 export const TimeZoneClass = class TimeZone{ class
/third_party/icu/icu4c/source/i18n/unicode/
Ddatefmt.h45 class TimeZone; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddatefmt.h45 class TimeZone; variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddatefmt.h45 class TimeZone; variable
/third_party/node/deps/v8/src/builtins/
Dbuiltins-temporal.cc817 TEMPORAL_ID_BY_TO_STRING(TimeZone) in TEMPORAL_ID_BY_TO_STRING() argument
/third_party/node/deps/v8/src/temporal/
Dtemporal-parser.cc650 SCAN_EITHER_FORWARD(TimeZone, TimeZoneOffsetRequired, TimeZoneNameRequired, in SCAN_EITHER_FORWARD() argument