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