Lines Matching refs:tzdb
535 static void __parse_rule(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_rule()
560 static void __parse_zone(tzdb& __tzdb, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_zone()
576 static void __parse_link(tzdb& __tzdb, istream& __input) { in __parse_link()
586 static void __parse_tzdata(tzdb& __db, __tz::__rules_storage_type& __rules, istream& __input) { in __parse_tzdata()
674 void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) { in __init_tzdb()
693 [[nodiscard]] static const time_zone* __current_zone_windows(const tzdb& tzdb) { in __current_zone_windows() argument
698 [[nodiscard]] static const time_zone* __current_zone_posix(const tzdb& tzdb) { in __current_zone_posix() argument
723 if (const time_zone* __result = tzdb.__locate_zone(__tz)) in __current_zone_posix()
740 if (const time_zone* __result = tzdb.__locate_zone(__name)) in __current_zone_posix()
756 [[nodiscard]] _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI const time_zone* tzdb::__current_… in __current_zone()
764 _LIBCPP_AVAILABILITY_TZDB _LIBCPP_EXPORTED_FROM_ABI const tzdb& reload_tzdb() { in reload_tzdb()