Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c2943 const char *dt_ptr = PyUnicode_AsUTF8AndSize(dtstr, &len); in date_fromisoformat() local
2944 if (dt_ptr == NULL) { in date_fromisoformat()
2952 rv = parse_isoformat_date(dt_ptr, &year, &month, &day); in date_fromisoformat()
5022 const char *dt_ptr = PyUnicode_AsUTF8AndSize(dtstr_clean, &len); in datetime_fromisoformat() local
5024 if (dt_ptr == NULL) { in datetime_fromisoformat()
5034 const char *p = dt_ptr; in datetime_fromisoformat()
5062 len -= (p - dt_ptr); in datetime_fromisoformat()