Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c391 int week1_monday = first_day - first_weekday; in iso_week1_monday() local
394 week1_monday += 7; in iso_week1_monday()
395 return week1_monday; in iso_week1_monday()
3435 int week1_monday = iso_week1_monday(year); in date_isocalendar() local
3440 week = divmod(today - week1_monday, 7, &day); in date_isocalendar()
3443 week1_monday = iso_week1_monday(year); in date_isocalendar()
3444 week = divmod(today - week1_monday, 7, &day); in date_isocalendar()