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

/freebsd-13-stable/contrib/file/src/
H A Dencoding.c52 private int looks_latin1(const unsigned char *, size_t, unichar *, size_t *);
138 } else if (looks_latin1(buf, nbytes, *ubuf, ulen)) {
153 } else if (looks_latin1(nbuf, nbytes, *ubuf, ulen)) {
273 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) function

Completed in 103 milliseconds