Searched refs:check_coding_spec (Results 1 – 2 of 2) sorted by relevance
/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()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 206 check_coding_spec(const char* line, Py_ssize_t size, struct tok_state *tok, in check_coding_spec() function 529 if (!check_coding_spec(line, strlen(line), tok, fp_setreadl)) { in decoding_fgets() 703 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) in decode_str() 706 if (!check_coding_spec(newl[0]+1, newl[1] - newl[0], in decode_str()
|