Home
last modified time | relevance | path

Searched refs:dt_ptr (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_datetimemodule.c3070 const char *dt_ptr = PyUnicode_AsUTF8AndSize(dtstr, &len); in date_fromisoformat() local
3071 if (dt_ptr == NULL) { in date_fromisoformat()
3079 rv = parse_isoformat_date(dt_ptr, len, &year, &month, &day); in date_fromisoformat()
5450 const char *dt_ptr = PyUnicode_AsUTF8AndSize(dtstr_clean, &len); in datetime_fromisoformat() local
5452 if (dt_ptr == NULL) { in datetime_fromisoformat()
5463 dt_ptr, len); in datetime_fromisoformat()
5466 const char *p = dt_ptr; in datetime_fromisoformat()
5495 len -= (p - dt_ptr); in datetime_fromisoformat()

Completed in 10 milliseconds