Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c487 normalize_y_m_d(int *y, int *m, int *d) in normalize_y_m_d() function
566 return normalize_y_m_d(year, month, day); in normalize_date()
/external/python/cpython3/Modules/
D_datetimemodule.c513 normalize_y_m_d(int *y, int *m, int *d) in normalize_y_m_d() function
582 return normalize_y_m_d(year, month, day); in normalize_date()