Searched refs:check_bom (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Parser/ |
D | tokenizer.c | 327 check_bom(int get_char(struct tok_state *), in check_bom() function 526 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets() 682 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok)) in decode_str()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 265 check_bom(int get_char(struct tok_state *), in check_bom() function 523 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets() 680 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok)) in decode_str()
|