unicode_cp_is_allowed 767 ext/standard/html.c return unicode_cp_is_allowed(uni_cp, document_type); unicode_cp_is_allowed 975 ext/standard/html.c if (!unicode_cp_is_allowed(code, doctype) || unicode_cp_is_allowed 1336 ext/standard/html.c if (!unicode_cp_is_allowed(this_char, doctype)) { unicode_cp_is_allowed 1343 ext/standard/html.c if (!unicode_cp_is_allowed(this_char, doctype)) { unicode_cp_is_allowed 1356 ext/standard/html.c !unicode_cp_is_allowed(this_char, doctype)) {