HomeSort by relevance Sort by last modified time
    Searched refs:check_bom (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 309 check_bom(int get_char(struct tok_state *), function
436 This function is called from check_bom and check_coding_spec.
502 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok))
658 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 323 check_bom(int get_char(struct tok_state *), function
456 This function is called from check_bom and check_coding_spec.
522 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok))
678 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok))
    [all...]
  /external/python/cpython2/Parser/
tokenizer.c 327 check_bom(int get_char(struct tok_state *), function
460 This function is called from check_bom and check_coding_spec.
526 if (!check_bom(fp_getc, fp_ungetc, fp_setreadl, tok))
682 if (!check_bom(buf_getc, buf_ungetc, buf_setreadl, tok))
    [all...]

Completed in 137 milliseconds