Searched refs:check_coding_spec (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Parser/ |
D | tokenizer.c | 206 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() function 680 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) { in decode_str() 684 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0], in decode_str() 978 else if (!check_coding_spec(tok->cur, strlen(tok->cur), in tok_underflow_file()
|