Home
last modified time | relevance | path

Searched refs:check_bom (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c309 check_bom(int get_char(struct tok_state *), in check_bom() function
502 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()
658 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok)) in decode_str()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c323 check_bom(int get_char(struct tok_state *), in check_bom() function
522 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok)) in decoding_fgets()
678 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok)) in decode_str()