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

/freebsd-11-stable/contrib/file/src/
H A Dencoding.c75 int rv = 1, ucs_type; local
120 } else if ((ucs_type = looks_ucs32(buf, nbytes, *ubuf, ulen)) != 0) {
121 if (ucs_type == 1) {
129 } else if ((ucs_type = looks_ucs16(buf, nbytes, *ubuf, ulen)) != 0) {
130 if (ucs_type == 1) {

Completed in 33 milliseconds