Home
last modified time | relevance | path

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

/aosp_15_r20/external/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h113 std::int_fast32_t std_offset; member
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dwindows.rs121 std_offset: FixedOffset, field
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None argument
/aosp_15_r20/external/python/cpython3/Lib/zoneinfo/
D_zoneinfo.py433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/zoneinfo/
D_zoneinfo.py433 self, std_abbr, std_offset, dst_abbr, dst_offset, start=None, end=None argument
/aosp_15_r20/external/python/cpython3/Modules/
D_zoneinfo.c1472 long std_offset = 1 << 20; in parse_tz_str() local
1915 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset, in build_tzrule()
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Drule.rs31 let std_offset = parse_offset(&mut cursor)?; in from_tz_string() localVariable