Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhtml.c588 static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type) in unicode_cp_is_allowed() function
662 return unicode_cp_is_allowed(uni_cp, document_type); in numeric_entity_is_allowed()
869 if (!unicode_cp_is_allowed(code, doctype) || in traverse_for_entities()
1220 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()
1227 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()
1240 !unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()

Completed in 14 milliseconds