Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dhtml.c583 case cs_8859_1: in map_from_unicode()
883 case cs_8859_1: in write_octet_sequence()
1109 charset = cs_8859_1; /* charset shouldn't matter, use ISO-8859-1 for performance */ in php_unescape_html_entities()
1712 write_s3row_data(r, j, cs_8859_1, return_value); in PHP_FUNCTION()
H A Dhtml_tables.h31 enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1251, enumerator
36 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1)
45 { "ISO-8859-1", sizeof("ISO-8859-1")-1, cs_8859_1 },
46 { "ISO8859-1", sizeof("ISO8859-1")-1, cs_8859_1 },

Completed in 61 milliseconds