Searched refs:locate_zone (Results 1 – 8 of 8) sorted by relevance
52 …_LIBCPP_HIDE_FROM_ABI static const time_zone* default_zone() { return chrono::locate_zone("UTC"); }53 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI static const time_zone* locate_zone(string_view __name) {54 return chrono::locate_zone(__name);88 requires(requires { __traits::locate_zone(string_view{}); } &&89 constructible_from<_TimeZonePtr, decltype(__traits::locate_zone(string_view{}))>)90 : __zone_{__traits::locate_zone(__name)}, __tp_{} {}101 requires requires { _TimeZonePtr{__traits::locate_zone(string_view{})}; }102 : zoned_time{__traits::locate_zone(__name), __tp} {}111 _TimeZonePtr{__traits::locate_zone(string_view{})};114 : zoned_time{__traits::locate_zone(__name), __tp} {}[all …]
87 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_HIDE_FROM_ABI inline const time_zone* locate_zone(s… in locate_zone() function88 return get_tzdb().locate_zone(__name); in locate_zone()
62 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI const time_zone* locate_zone(string_view __name) const { in locate_zone() function
209 using std::chrono::locate_zone;
693 const time_zone* locate_zone(string_view tz_name) const;720 const time_zone* locate_zone(string_view tz_name); // C++20
788 const time_zone* locate_zone(string_view tz_name) const;815 const time_zone* locate_zone(string_view tz_name); // C++20
3453 SYMBOL(locate_zone, std::chrono::, <chrono>)