func unicode.ToUpper
6 uses
unicode (current package)
letter.go#L268: func ToUpper(r rune) rune {
letter.go#L304: r1 = ToUpper(r)
bytes
bytes.go#L719: return Map(unicode.ToUpper, s)
google.golang.org/protobuf/internal/strs
strings.go#L133: b = append(b, byte(unicode.ToUpper(c)))
strings.go#L153: b = append(b, byte(unicode.ToUpper(c)))
strings
strings.go#L719: return Map(unicode.ToUpper, s)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)