Searched refs:utf8_bom (Results 1 – 1 of 1) sorted by relevance
224 static const unsigned char *utf8_bom = (unsigned char *) "\xef\xbb\xbf"; in perf_parse_file() local225 const unsigned char *bomptr = utf8_bom; in perf_parse_file()239 if (bomptr != utf8_bom) in perf_parse_file()