unicode_cp_is_allowed 780 ext/standard/html.c return unicode_cp_is_allowed(uni_cp, document_type); unicode_cp_is_allowed 987 ext/standard/html.c if (!unicode_cp_is_allowed(code, doctype) || unicode_cp_is_allowed 1347 ext/standard/html.c if (!unicode_cp_is_allowed(this_char, doctype)) { unicode_cp_is_allowed 1354 ext/standard/html.c if (!unicode_cp_is_allowed(this_char, doctype)) { unicode_cp_is_allowed 1367 ext/standard/html.c !unicode_cp_is_allowed(this_char, doctype)) {