Home
last modified time | relevance | path

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

/PHP-8.2/ext/fileinfo/libmagic/
H A Dencoding.c82 int rv = 1, ucs_type; in file_encoding() local
131 } else if ((ucs_type = looks_ucs32(buf, nbytes, *ubuf, ulen)) != 0) { in file_encoding()
132 if (ucs_type == 1) { in file_encoding()
140 } else if ((ucs_type = looks_ucs16(buf, nbytes, *ubuf, ulen)) != 0) { in file_encoding()
141 if (ucs_type == 1) { in file_encoding()

Completed in 7 milliseconds