func github.com/google/safehtml/template.normalizeEscFn

3 uses

	github.com/google/safehtml/template (current package)
		escape.go#L252: 	return normalizeEscFn(a) == normalizeEscFn(b)
		escape.go#L257: func normalizeEscFn(e string) string {