Searched refs:CHARSET_UNICODE_COMPAT (Results 1 – 2 of 2) sorted by relevance
1236 if (all && !CHARSET_UNICODE_COMPAT(charset)) { in php_escape_html_entities_ex()1335 if (CHARSET_UNICODE_COMPAT(charset)) { in php_escape_html_entities_ex()1579 if (!CHARSET_UNICODE_COMPAT(charset)) { in write_s3row_data()1625 if (all && !CHARSET_UNICODE_COMPAT(charset)) { in PHP_FUNCTION()1632 if (CHARSET_UNICODE_COMPAT(charset)) { in PHP_FUNCTION()
36 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) macro
Completed in 44 milliseconds