Home
last modified time | relevance | path

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

/third_party/python/Include/
Derrcode.h28 #define E_DECODE 22 /* Error in decoding into Unicode */ macro
/third_party/python/Parser/
Dtokenizer.c115 tok->done = E_DECODE; in error_ret()
873 tok->done = E_DECODE; in tok_underflow_interactive()
1281 tok->done = E_DECODE; in verify_identifier()
2056 tok->done = E_DECODE; in PyTokenizer_Get()
Dpegen.c712 if (token_type == ERRORTOKEN && p->tok->done == E_DECODE) { in initialize_token()