Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dformatter.h192 int __century = (__year - (99 * __negative)) / 100; // floored division in __format_century() local
193 __sstr << std::format(_LIBCPP_STATICALLY_WIDEN(_CharT, "{:02}"), __century); in __format_century()