Searched refs:buf_setreadl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Parser/ |
D | tokenizer.c | 603 buf_setreadl(struct tok_state *tok, const char* enc) { in buf_setreadl() function 682 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok)) in decode_str() 707 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) in decode_str() 711 tok, buf_setreadl)) in decode_str()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 597 buf_setreadl(struct tok_state *tok, const char* enc) { in buf_setreadl() function 680 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok)) in decode_str() 703 if (!check_coding_spec(str, newl[0] - str, tok, buf_setreadl)) in decode_str() 707 tok, buf_setreadl)) in decode_str()
|