Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Dencoding.c53 private int looks_latin1(const unsigned char *, size_t, unichar *, size_t *);
139 } else if (looks_latin1(buf, nbytes, *ubuf, ulen)) { in file_encoding()
154 } else if (looks_latin1(nbuf, nbytes, *ubuf, ulen)) { in file_encoding()
274 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() function

Completed in 6 milliseconds