Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c350 int week1_monday = first_day - first_weekday; in iso_week1_monday() local
353 week1_monday += 7; in iso_week1_monday()
354 return week1_monday; in iso_week1_monday()
2590 int week1_monday = iso_week1_monday(year); in date_isocalendar() local
2595 week = divmod(today - week1_monday, 7, &day); in date_isocalendar()
2598 week1_monday = iso_week1_monday(year); in date_isocalendar()
2599 week = divmod(today - week1_monday, 7, &day); in date_isocalendar()
/external/python/cpython3/Modules/
D_datetimemodule.c372 int week1_monday = first_day - first_weekday; in iso_week1_monday() local
375 week1_monday += 7; in iso_week1_monday()
376 return week1_monday; in iso_week1_monday()
3132 int week1_monday = iso_week1_monday(year); in date_isocalendar() local
3137 week = divmod(today - week1_monday, 7, &day); in date_isocalendar()
3140 week1_monday = iso_week1_monday(year); in date_isocalendar()
3141 week = divmod(today - week1_monday, 7, &day); in date_isocalendar()