Home
last modified time | relevance | path

Searched refs:std_offset (Results 1 – 25 of 27) sorted by relevance

12

/external/python/cpython3/Lib/zoneinfo/
D_zoneinfo.py433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None argument
435 self.dst_diff = dst_offset - std_offset
436 std_offset = _load_timedelta(std_offset)
438 utcoff=std_offset, dstoff=_load_timedelta(0), tzname=std_abbr
662 if std_offset := m.group("stdoff"):
664 std_offset = _parse_tz_delta(std_offset)
668 std_offset = 0
677 dst_offset = std_offset + 3600
688 return _TZStr(std_abbr, std_offset, dst_abbr, dst_offset, start, end)
694 _load_timedelta(std_offset), _load_timedelta(0), std_abbr
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
Dtime_zone_info.cc338 if (!GetTransitionType(posix.std_offset, false, posix.std_abbr, &std_ti)) in ExtendTransitions()
373 dst.unix_time = jan1_time + dst_trans_off - posix.std_offset; in ExtendTransitions()
/external/tensorflow/third_party/absl/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
Dtime_zone_info.cc146 const auto offset = posix.std_offset - posix.dst_offset; in AllYearDST()
355 if (!GetTransitionType(posix.std_offset, false, posix.std_abbr, &std_ti)) in ExtendTransitions()
396 dst.unix_time = jan1_time + dst_trans_off - posix.std_offset; in ExtendTransitions()
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
Dtime_zone_info.cc190 const auto offset = posix.std_offset - posix.dst_offset; in AllYearDST()
321 if (!GetTransitionType(posix.std_offset, false, posix.std_abbr, &std_ti)) in ExtendTransitions()
364 dst.unix_time = jan1_time + dst_trans_off - posix.std_offset; in ExtendTransitions()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
Dtime_zone_info.cc338 if (!GetTransitionType(posix.std_offset, false, posix.std_abbr, &std_ti)) in ExtendTransitions()
373 dst.unix_time = jan1_time + dst_trans_off - posix.std_offset; in ExtendTransitions()
/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
Dtime_zone_info.cc146 const auto offset = posix.std_offset - posix.dst_offset; in AllYearDST()
355 if (!GetTransitionType(posix.std_offset, false, posix.std_abbr, &std_ti)) in ExtendTransitions()
396 dst.unix_time = jan1_time + dst_trans_off - posix.std_offset; in ExtendTransitions()
/external/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
Dtime_zone_info.cc146 const auto offset = posix.std_offset - posix.dst_offset; in AllYearDST()
355 if (!GetTransitionType(posix.std_offset, false, posix.std_abbr, &std_ti)) in ExtendTransitions()
396 dst.unix_time = jan1_time + dst_trans_off - posix.std_offset; in ExtendTransitions()
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.cc141 p = ParseOffset(p, 0, 24, -1, &res->std_offset); in ParsePosixSpec()
147 res->dst_offset = res->std_offset + (60 * 60); // default in ParsePosixSpec()
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
Dtime_zone_info.cc338 if (!GetTransitionType(posix.std_offset, false, posix.std_abbr, &std_ti)) in ExtendTransitions()
373 dst.unix_time = jan1_time + dst_trans_off - posix.std_offset; in ExtendTransitions()
/external/python/cpython3/Modules/
D_zoneinfo.c145 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset,
1468 long std_offset = 1 << 20; in parse_tz_str() local
1487 num_chars = parse_tz_delta(p, &std_offset); in parse_tz_str()
1512 dst_offset = std_offset + 3600; in parse_tz_str()
1553 build_tzrule(std_abbr, dst_abbr, std_offset, dst_offset, start, end, out); in parse_tz_str()
1911 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset, in build_tzrule() argument
1920 if (build_ttinfo(std_offset, 0, std_abbr, &rv.std)) { in build_tzrule()
1925 rv.dst_diff = dst_offset - std_offset; in build_tzrule()

12