Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dencoding.c47 private int looks_utf8_with_BOM(const unsigned char *, size_t, unicodechar *,
112 } else if (looks_utf8_with_BOM(buf, nbytes, *ubuf, ulen) > 0) { in file_encoding()
394 looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unicodechar *ubuf, in looks_utf8_with_BOM() function
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1521 -private int looks_utf8_with_BOM(const unsigned char *, size_t, unichar *,
1523 +private int looks_utf8_with_BOM(const unsigned char *, size_t, unicodechar *,
1635 -looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unichar *ubuf,
1636 +looks_utf8_with_BOM(const unsigned char *buf, size_t nbytes, unicodechar *ubuf,

Completed in 12 milliseconds