Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c7643 const char *startin = in; in decode_code_page_errors() local
7726 startinpos = in - startin; in decode_code_page_errors()
7732 &startin, &endin, &startinpos, &endinpos, &exc, &in, in decode_code_page_errors()
7750 ret = Py_SAFE_DOWNCAST(in - startin, Py_ssize_t, int); in decode_code_page_errors()