Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c51 #define DATE_GET_MICROSECOND PyDateTime_DATE_GET_MICROSECOND macro
1147 sprintf(freplacement, "%06d", DATE_GET_MICROSECOND(object)); in make_freplacement()
1376 int us = DATE_GET_MICROSECOND(dt); in isoformat_time()
2920 us = DATE_GET_MICROSECOND(dt); in tzinfo_fromutc()
3639 return PyInt_FromLong(DATE_GET_MICROSECOND(self)); in datetime_microsecond()
4082 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta()
4157 delta_us = DATE_GET_MICROSECOND(left) - in datetime_subtract()
4158 DATE_GET_MICROSECOND(right); in datetime_subtract()
4188 if (DATE_GET_MICROSECOND(self)) { in datetime_repr()
4195 DATE_GET_MICROSECOND(self)); in datetime_repr()
[all …]