func encoding/xml.isName

4 uses

	encoding/xml (current package)
		marshal.go#L345: 	if prefix == "" || !isName([]byte(prefix)) || strings.Contains(prefix, ":") {
		xml.go#L1078: 					if isName(name) {
		xml.go#L1180: 	if !isName(b) {
		xml.go#L1221: func isName(s []byte) bool {