Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c1121 if (all && !CHARSET_UNICODE_COMPAT(charset)) { in php_escape_html_entities_ex()
1215 if (CHARSET_UNICODE_COMPAT(charset)) { in php_escape_html_entities_ex()
1426 if (!CHARSET_UNICODE_COMPAT(charset)) { in write_s3row_data()
1472 if (all && !CHARSET_UNICODE_COMPAT(charset)) { in PHP_FUNCTION()
1479 if (CHARSET_UNICODE_COMPAT(charset)) { in PHP_FUNCTION()
H A Dhtml_tables.h32 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1) macro

Completed in 40 milliseconds