Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c1236 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()
H A Dhtml_tables.h36 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) macro

Completed in 46 milliseconds