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

/freebsd-10.1-release/contrib/file/src/
H A Dencoding.c48 private int looks_utf8_with_BOM(const unsigned char *, size_t, unichar *,
94 } else if (looks_utf8_with_BOM(buf, nbytes, *ubuf, ulen) > 0) {
365 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf, function

Completed in 41 milliseconds