Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Derrcode.h28 #define E_DECODE 22 /* Error in decoding into Unicode */ macro
/external/python/cpython2/Parser/
Dparsetok.c55 err_ret->error = PyErr_Occurred() ? E_DECODE : E_NOMEM; in PyParser_ParseStringFlagsFilenameEx()
Dtokenizer.c173 tok->done = E_DECODE; in error_ret()
1684 tok->done = E_DECODE; in PyTokenizer_Get()
/external/python/cpython2/Python/
Dpythonrun.c1632 case E_DECODE: { in err_input()