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

/freebsd-11-stable/contrib/file/src/
H A Dencoding.c116 } else if (file_looks_utf8(buf, nbytes, *ubuf, ulen) > 1) {
323 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) function
398 return file_looks_utf8(buf + 3, nbytes - 3, ubuf, ulen);
H A Dfile.h530 protected int file_looks_utf8(const unsigned char *, size_t, unichar *,
H A Dapprentice.c1134 if (file_looks_utf8(m->value.us, CAST(size_t, m->vallen), NULL,

Completed in 117 milliseconds