Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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()