Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c202 days_before_month(int year, int month) in days_before_month() function
330 return days_before_year(year) + days_before_month(year, month) + day; in ymd_to_ord()
1425 days_before_month(y, m) + d, in build_struct_time()
/external/python/cpython3/Modules/
D_datetimemodule.c247 days_before_month(int year, int month) in days_before_month() function
369 return days_before_year(year) + days_before_month(year, month) + day; in ymd_to_ord()
1695 days_before_month(y, m) + d, in build_struct_time()