Home
last modified time | relevance | path

Searched refs:__format_year (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h169 _LIBCPP_HIDE_FROM_ABI void __format_year(basic_stringstream<_CharT>& __sstr, int __year) { in __format_year() function
355 __formatter::__format_year(__sstr, __t.tm_year + 1900); in __format_chrono_using_chrono_specs()
362 __formatter::__format_year(__sstr, __t.tm_year + 1900); in __format_chrono_using_chrono_specs()