Home
last modified time | relevance | path

Searched defs:current_zone (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/third_party/libc++/src/include/__chrono/
Dtzdb_list.h91 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const time_zone* current_zone(… in current_zone() function
Dtzdb.h69 …[[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI const time_zone* current_zone() cons… in current_zone() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__chrono/
Dtzdb_list.h91 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const time_zone* current_zone(… in current_zone() function
Dtzdb.h67 …[[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI const time_zone* current_zone() cons… in current_zone() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__chrono/
Dtzdb_list.h91 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const time_zone* current_zone(… in current_zone() function
Dtzdb.h67 …[[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI const time_zone* current_zone() cons… in current_zone() function
/external/cronet/tot/third_party/libc++/src/include/__chrono/
Dtzdb_list.h91 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const time_zone* current_zone(… in current_zone() function
Dtzdb.h69 …[[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI const time_zone* current_zone() cons… in current_zone() function
/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dunix.rs102 fn current_zone(var: Option<&str>) -> TimeZone { in current_zone() function