func bytes.ToUpper

3 uses

	bytes (current package)
		bytes.go#L612: func ToUpper(s []byte) []byte {

	github.com/google/safehtml/template
		escape.go#L611: 				if s[j] == '<' && !bytes.HasPrefix(bytes.ToUpper(s[j:]), doctypeBytes) {

	html/template
		escape.go#L664: 				if s[j] == '<' && !bytes.HasPrefix(bytes.ToUpper(s[j:]), doctypeBytes) {