Searched refs:__century (Results 1 – 1 of 1) sorted by relevance
192 int __century = (__year - (99 * __negative)) / 100; // floored division in __format_century() local193 __sstr << std::format(_LIBCPP_STATICALLY_WIDEN(_CharT, "{:02}"), __century); in __format_century()