Home
last modified time | relevance | path

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

/aosp_15_r20/external/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h112 std::string std_abbr; 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.h112 std::string std_abbr; 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.h112 std::string std_abbr; member
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h112 std::string std_abbr; member
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h112 std::string std_abbr; member
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h112 std::string std_abbr; member
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_posix.h112 std::string std_abbr; member
/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.c1467 PyObject *std_abbr = NULL; in parse_tz_str() local
1915 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset, in build_tzrule()