Searched refs:new_delta_ex (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 731 new_delta_ex(int days, int seconds, int microseconds, int normalize, in new_delta_ex() function 755 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType) 1623 result = new_delta_ex(d, s, us, 0, type); in microseconds_to_delta_ex() 4760 new_delta_ex,
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1011 new_delta_ex(int days, int seconds, int microseconds, int normalize, in new_delta_ex() function 1035 new_delta_ex(d, s, us, normalize, &PyDateTime_DeltaType) 1865 result = new_delta_ex(d, s, us, 0, type); in microseconds_to_delta_ex() 6257 new_delta_ex,
|