Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c465 case cs_8859_1: in map_from_unicode()
765 case cs_8859_1: in write_octet_sequence()
994 charset = cs_8859_1; /* charset shouldn't matter, use ISO-8859-1 for performance */ in php_unescape_html_entities()
1551 write_s3row_data(r, j, cs_8859_1, return_value); in PHP_FUNCTION()
H A Dhtml_tables.h27 enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1251, enumerator
32 #define CHARSET_UNICODE_COMPAT(cs) ((cs) <= cs_8859_1)
41 { "ISO-8859-1", sizeof("ISO-8859-1")-1, cs_8859_1 },
42 { "ISO8859-1", sizeof("ISO8859-1")-1, cs_8859_1 },

Completed in 39 milliseconds