unicode_cp_is_allowed 779 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 1348 ext/standard/html.c if (!unicode_cp_is_allowed(this_char, doctype)) { unicode_cp_is_allowed 1355 ext/standard/html.c if (!unicode_cp_is_allowed(this_char, doctype)) { unicode_cp_is_allowed 1368 ext/standard/html.c !unicode_cp_is_allowed(this_char, doctype)) {