Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c48 private int looks_utf8_with_BOM(const unsigned char *, size_t, unichar *,
113 } else if (looks_utf8_with_BOM(buf, nbytes, *ubuf, ulen) > 0) { in file_encoding()
395 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, in looks_utf8_with_BOM() function

Completed in 5 milliseconds