Searched refs:isoformat_date (Results 1 – 1 of 1) sorted by relevance
1362 isoformat_date(PyDateTime_Date *dt, char buffer[], int bufflen) in isoformat_date() function2507 isoformat_date(self, buffer, sizeof(buffer)); in date_isoformat()4239 cp = isoformat_date((PyDateTime_Date *)self, buffer, sizeof(buffer)); in datetime_isoformat()