Searched refs:looks_latin1 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/fileinfo/libmagic/ |
H A D | encoding.c | 51 private int looks_latin1(const unsigned char *, size_t, unichar *, size_t *); 111 } else if (looks_latin1(buf, nbytes, *ubuf, ulen)) { in file_encoding() 126 } else if (looks_latin1(nbuf, nbytes, *ubuf, ulen)) { in file_encoding() 244 looks_latin1(const unsigned char *buf, size_t nbytes, unichar *ubuf, size_t *ulen) in looks_latin1() function
|
Completed in 4 milliseconds