Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/gs/
Dgstgscommon.cpp48 gchar* time_zone = g_date_time_format(datetime, "%:::z"); in g_date_time_format_iso8601() local
/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/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp191 TimeZoneBoundaryTest::verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expIn… in verifyDST()
Dtztest.cpp344 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/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/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.cc460 static void SetTimeZone(const char* time_zone) { in SetTimeZone()