Home
last modified time | relevance | path

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

/third_party/boost/boost/locale/
Dtime_zone.hpp31 namespace time_zone { namespace
Dformatting.hpp634 time_zone(char const *id) in time_zone() function
650 time_zone(std::string const &id) in time_zone() function
/third_party/boost/libs/locale/src/icu/
Dtime_zone.cpp48 icu::TimeZone *get_time_zone(std::string const &time_zone) in get_time_zone()
/third_party/boost/libs/locale/src/shared/
Dformatting.cpp114 void ios_info::time_zone(std::string const &tz) in time_zone() function in boost::locale::ios_info
144 std::string ios_info::time_zone() const in time_zone() function in boost::locale::ios_info
Ddate_time.cpp435 namespace time_zone { namespace
/third_party/boost/boost/date_time/local_time/
Dlocal_time_types.hpp31 typedef date_time::time_zone_base<posix_time::ptime, char> time_zone; typedef
/third_party/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/json/benchmarks/data/nativejson-benchmark/
Dtwitter.json39 "time_zone": null, null
141 "time_zone": null, null
226 "time_zone": "Tokyo", string
420 "time_zone": "Osaka", string
532 "time_zone": "Tokyo", string
598 "time_zone": "Tokyo", string
699 "time_zone": "Tokyo", string
764 "time_zone": "Tokyo", string
961 "time_zone": null, null
1039 "time_zone": "Hawaii", string
[all …]
/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/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/abseil-cpp/absl/time/
Dtime.h870 explicit operator time_internal::cctz::time_zone() const { return cz_; } in time_zone() function
/third_party/glib/glib/
Dgdatetime.c3472 gchar *time_zone = g_date_time_format (datetime, "%:::z"); in g_date_time_format_iso8601() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dap_config.h533 char *time_zone; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dap_config.h533 char *time_zone; member
/third_party/googletest/googletest/test/
Dgtest_unittest.cc464 static void SetTimeZone(const char* time_zone) { in SetTimeZone()
/third_party/boringssl/src/third_party/googletest/test/
Dgtest_unittest.cc460 static void SetTimeZone(const char* time_zone) { in SetTimeZone()