Searched refs:CHARSET_UNICODE_COMPAT (Results 1 – 2 of 2) sorted by relevance
1248 if (all && !CHARSET_UNICODE_COMPAT(charset)) { in php_escape_html_entities_ex()1347 if (CHARSET_UNICODE_COMPAT(charset)) { in php_escape_html_entities_ex()1599 if (!CHARSET_UNICODE_COMPAT(charset)) { in write_s3row_data()1645 if (all && !CHARSET_UNICODE_COMPAT(charset)) { in PHP_FUNCTION()1652 if (CHARSET_UNICODE_COMPAT(charset)) { in PHP_FUNCTION()
36 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) macro
Completed in 40 milliseconds