Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c7488 const char *startin = in; in decode_code_page_errors() local
7571 startinpos = in - startin; in decode_code_page_errors()
7577 &startin, &endin, &startinpos, &endinpos, &exc, &in, in decode_code_page_errors()
7594 /* (in - startin) <= size and size is an int */ in decode_code_page_errors()
7595 ret = Py_SAFE_DOWNCAST(in - startin, Py_ssize_t, int); in decode_code_page_errors()

Completed in 21 milliseconds