Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_datetimemodule.c527 normalize_y_m_d(int *y, int *m, int *d) in normalize_y_m_d() function
596 return normalize_y_m_d(year, month, day); in normalize_date()