Home
last modified time | relevance | path

Searched refs:cs_utf_8 (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.2/ext/standard/
H A Dhtml_tables.h31 enum entity_charset { cs_utf_8, cs_8859_1, cs_cp1252, cs_8859_15, cs_cp1251, enumerator
37 #define CHARSET_SINGLE_BYTE(cs) ((cs) > cs_utf_8 && (cs) < cs_big5)
49 { "utf-8", sizeof("utf-8")-1, cs_utf_8 },
H A Dhtml.c118 case cs_utf_8: in get_next_char()
369 return get_next_char(cs_utf_8, str, str_len, cursor, status); in php_next_utf8_char()
379 enum entity_charset charset = cs_utf_8; in determine_charset()
385 return cs_utf_8; in determine_charset()
880 case cs_utf_8: in write_octet_sequence()
1021 if (charset != cs_utf_8) { in traverse_for_entities()
1255 if (charset == cs_utf_8) { in php_escape_html_entities_ex()

Completed in 47 milliseconds