Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c344 iso_week1_monday(int year) in iso_week1_monday() function
2590 int week1_monday = iso_week1_monday(year); in date_isocalendar()
2598 week1_monday = iso_week1_monday(year); in date_isocalendar()
2601 else if (week >= 52 && today >= iso_week1_monday(year + 1)) { in date_isocalendar()
/external/python/cpython3/Modules/
D_datetimemodule.c383 iso_week1_monday(int year) in iso_week1_monday() function
3058 int day_1 = iso_week1_monday(year); in date_fromisocalendar()
3363 int week1_monday = iso_week1_monday(year); in date_isocalendar()
3371 week1_monday = iso_week1_monday(year); in date_isocalendar()
3374 else if (week >= 52 && today >= iso_week1_monday(year + 1)) { in date_isocalendar()