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

/freebsd-10.1-release/contrib/file/src/
H A Dencoding.c98 } else if (file_looks_utf8(buf, nbytes, *ubuf, ulen) > 1) {
294 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) function
369 return file_looks_utf8(buf + 3, nbytes - 3, ubuf, ulen);
H A Dfile.h480 protected int file_looks_utf8(const unsigned char *, size_t, unichar *,
H A Dapprentice.c1037 if (file_looks_utf8(m->value.us, (size_t)m->vallen, NULL,

Completed in 633 milliseconds