Home
last modified time | relevance | path

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

/PHP-5.5/ext/fileinfo/libmagic/
H A Dencoding.c51 private int looks_latin1(const unsigned char *, size_t, unichar *, size_t *);
108 } else if (looks_latin1(buf, nbytes, *ubuf, ulen)) { in file_encoding()
123 } else if (looks_latin1(nbuf, nbytes, *ubuf, ulen)) { in file_encoding()
241 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() function

Completed in 5 milliseconds