Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.c693 static inline int unicode_cp_is_allowed(unsigned uni_cp, int document_type) in unicode_cp_is_allowed() function
767 return unicode_cp_is_allowed(uni_cp, document_type); in numeric_entity_is_allowed()
975 if (!unicode_cp_is_allowed(code, doctype) || in traverse_for_entities()
1336 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()
1343 if (!unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()
1356 !unicode_cp_is_allowed(this_char, doctype)) { in php_escape_html_entities_ex()

Completed in 11 milliseconds