code_point        792 ext/standard/html.c static inline int process_numeric_entity(const char **buf, unsigned *code_point)
code_point        820 ext/standard/html.c 	if (code_point != NULL)
code_point        821 ext/standard/html.c 		*code_point = (unsigned)code_l;
code_point       1391 ext/standard/html.c 					unsigned code_point;
code_point       1394 ext/standard/html.c 					valid = process_numeric_entity((const char **)&pos, &code_point);
code_point       1398 ext/standard/html.c 						if (!numeric_entity_is_allowed(code_point, doctype))