Searched refs:E_DECODE (Results 1 – 3 of 3) sorted by relevance
28 #define E_DECODE 22 /* Error in decoding into Unicode */ macro
115 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()
712 if (token_type == ERRORTOKEN && p->tok->done == E_DECODE) { in initialize_token()