Home
last modified time | relevance | path

Searched defs:isdst (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython3/Lib/email/
Dutils.py331 def localtime(dt=None, isdst=-1): argument
/external/python/cpython3/Modules/
D_zoneinfo.c841 unsigned char *isdst = NULL; in load_data() local
1351 uint8_t isdst; in find_tzrule_ttinfo() local
1406 uint8_t isdst; in find_tzrule_ttinfo_fromutc() local
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/
Dtime_test.cc44 #define EXPECT_CIVIL_INFO(ci, y, m, d, h, min, s, off, isdst) \ argument
/external/webrtc/third_party/abseil-cpp/absl/time/
Dtime_test.cc44 #define EXPECT_CIVIL_INFO(ci, y, m, d, h, min, s, off, isdst) \ argument
/external/libtextclassifier/abseil-cpp/absl/time/
Dtime_test.cc44 #define EXPECT_CIVIL_INFO(ci, y, m, d, h, min, s, off, isdst) \ argument
/external/abseil-cpp/absl/time/
Dtime_test.cc44 #define EXPECT_CIVIL_INFO(ci, y, m, d, h, min, s, off, isdst) \ argument
/external/openscreen/third_party/abseil/src/absl/time/
Dtime_test.cc44 #define EXPECT_CIVIL_INFO(ci, y, m, d, h, min, s, off, isdst) \ argument
/external/angle/third_party/abseil-cpp/absl/time/
Dtime_test.cc44 #define EXPECT_CIVIL_INFO(ci, y, m, d, h, min, s, off, isdst) \ argument
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup_test.cc643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup_test.cc643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
Dtime_zone_lookup_test.cc642 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_lookup_test.cc643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
Dtime_zone_lookup_test.cc642 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_lookup_test.cc643 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
Dtime_zone_format_test.cc37 #define ExpectTime(tp, tz, y, m, d, hh, mm, ss, off, isdst, zone) \ argument
/external/python/dateutil/dateutil/tz/
Dtz.py1151 def __init__(self, tzoffsetfrom, tzoffsetto, isdst, argument
/external/icu/icu4c/source/tools/tzcode/
Dzic.c1947 const int isdst, const int doquotes) in doabbr()
2707 …type(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isdst, in addtype()
Dlocaltime.c1059 register int isdst; in tzparse() local
Dtz2icu.cpp143 bool isdst; member