Lines Matching defs:__year
217 [[nodiscard]] static year_month_day __to_year_month_day(year __year, month __month, __tz::__on __on) {
222 return year_month_day{__year, __month, __value};
224 return year_month_day{static_cast<sys_days>(year_month_weekday_last{__year, __month, __value})};
226 return __value(__year, __month);
237 if (__continuation.__year == chrono::year::min())
240 year_month_day __ymd = chrono::__to_year_month_day(__continuation.__year, __continuation.__in, __continuation.__on);
295 [[nodiscard]] static sys_seconds __from_to_sys_seconds(seconds __stdoff, const __tz::__rule& __rule, year __year) {
296 year_month_day __ymd = chrono::__to_year_month_day(__year, __rule.__in, __rule.__on);
403 __rule_to_sys_seconds(seconds __stdoff, seconds __save, const __tz::__rule& __rule, year __year) {
404 year_month_day __ymd = chrono::__to_year_month_day(__year, __rule.__in, __rule.__on);
429 year __year = year_month_day{chrono::floor<days>(__time)}.year();
441 if (__y == __year && __it == __current)