Searched refs:check_coding_spec (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython2/Parser/ |
D | tokenizer.c | 260 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() function 532 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) { in decoding_fgets() 707 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) in decode_str() 710 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0], in decode_str()
|
/aosp_15_r20/external/python/cpython3/Parser/ |
D | tokenizer.c | 208 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() function 708 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) { in decode_str() 712 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0], in decode_str() 1007 else if (!check_coding_spec(tok->cur, strlen(tok->cur), in tok_underflow_file()
|