Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c1373 isoformat_time(PyDateTime_DateTime *dt, char buffer[], int bufflen) in isoformat_time() function
3285 isoformat_time(pdatetime, buf, sizeof(buf)); in time_isoformat()
4239 cp = isoformat_time(self, cp, sizeof(buffer) - (cp - buffer)); in datetime_isoformat()