Home
last modified time | relevance | path

Searched defs:badchar (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c1648 int badchar = (int)PyUnicode_AS_UNICODE(uself->object)[uself->start]; in UnicodeEncodeError_str() local
1833 int badchar = (int)PyUnicode_AS_UNICODE(uself->object)[uself->start]; in UnicodeTranslateError_str() local
/external/python/cpython2/Parser/
Dtokenizer.c510 int badchar = 0; in decoding_fgets() local
/external/python/cpython3/Parser/
Dtokenizer.c589 int badchar = 0; in decoding_fgets() local
/external/python/cpython3/Objects/
Dexceptions.c1914 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeEncodeError_str() local
2129 Py_UCS4 badchar = PyUnicode_ReadChar(uself->object, uself->start); in UnicodeTranslateError_str() local