Home
last modified time | relevance | path

Searched defs:time_zone (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
Dtime_zone.h80 time_zone() : time_zone(nullptr) {} // Equivalent to UTC in time_zone() function
233 explicit time_zone(const Impl* impl) : impl_(impl) {} in time_zone() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-date.c707 int32_t time_zone = (int32_t) ecma_date_local_time_zone_adjustment (datetime_number); in ecma_date_to_string_format() local
727 int32_t time_zone = (int32_t) ecma_date_local_time_zone_adjustment (datetime_number); in ecma_date_to_string_format() local
/third_party/node/deps/v8/src/objects/
Djs-temporal-objects.cc759 Handle<BigInt> epoch_nanoseconds, Handle<JSReceiver> time_zone, in CreateTemporalZonedDateTime()
785 Handle<JSReceiver> time_zone, Handle<JSReceiver> calendar) { in CreateTemporalZonedDateTime()
1114 Isolate* isolate, Handle<JSReceiver> time_zone, in BuiltinTimeZoneGetPlainDateTimeFor()
1152 Handle<JSReceiver> time_zone, in GetPossibleInstantsFor()
1198 Handle<JSReceiver> time_zone, Handle<Object> date_time_obj, in DisambiguatePossibleInstants()
1635 Isolate* isolate, Handle<JSReceiver> time_zone, in BuiltinTimeZoneGetInstantFor()
2136 Handle<JSReceiver> time_zone; in SystemDateTime() local
2172 Handle<JSReceiver> time_zone; in SystemZonedDateTime() local
2266 Isolate* isolate, Handle<JSReceiver> time_zone, in BuiltinTimeZoneGetOffsetStringFor()
3211 bool IsUTC(Isolate* isolate, Handle<String> time_zone) { in IsUTC()
[all …]
Dintl-objects.cc2817 std::string time_zone = in CanonicalizeTimeZoneName() local
2832 std::string time_zone = in IsValidTimeZoneName() local
Djs-date-time-format.cc500 icu::UnicodeString time_zone; in TimeZoneId() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java245 void verifyDST(String tag, Calendar cal, TimeZone time_zone, in verifyDST()
DTimeZoneTest.java697 TimeZone time_zone = TimeZone.getTimeZone("PST"); in TestVariousAPI518() local
/third_party/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp191 TimeZoneBoundaryTest::verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expIn… in verifyDST()
Dtztest.cpp350 TimeZone* time_zone = TimeZone::createTimeZone("PST"); in TestVariousAPI518() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java242 void verifyDST(String tag, Calendar cal, TimeZone time_zone, in verifyDST()
DTimeZoneTest.java693 TimeZone time_zone = TimeZone.getTimeZone("PST"); in TestVariousAPI518() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dtime.h919 explicit operator time_internal::cctz::time_zone() const { return cz_; } in time_zone() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h533 char *time_zone; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h543 char *time_zone; member
/third_party/googletest/googletest/test/
Dgtest_unittest.cc437 static void SetTimeZone(const char* time_zone) { in SetTimeZone()