func golang.org/x/net/html.parseDoctype

2 uses

	golang.org/x/net/html (current package)
		doctype.go#L16: func parseDoctype(s string) (n *Node, quirks bool) {
		parse.go#L530: 		n, quirks := parseDoctype(p.tok.Data)