Searched refs:unicode_cp_is_allowed (Results 1 – 1 of 1) sorted by relevance
584 static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type) in unicode_cp_is_allowed() function658 return unicode_cp_is_allowed(uni_cp, document_type); in numeric_entity_is_allowed()861 if (!unicode_cp_is_allowed(code, doctype) || in traverse_for_entities()1212 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()1219 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()1232 !unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()
Completed in 7 milliseconds