Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c117 } else if (file_looks_utf8(buf, nbytes, *ubuf, ulen) > 1) { in file_encoding()
324 file_looks_utf8(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in file_looks_utf8() function
399 return file_looks_utf8(buf + 3, nbytes - 3, ubuf, ulen); in looks_utf8_with_BOM()
H A Dfile.h499 protected int file_looks_utf8(const unsigned char *, size_t, unichar *,
H A Dapprentice.c1046 if (file_looks_utf8(m->value.us, CAST(size_t, m->vallen), NULL, in set_test_type()

Completed in 15 milliseconds