unicode.SpecialCase.ToUpper (method)
3 uses
unicode (current package)
letter.go#L301: func (special SpecialCase) ToUpper(r rune) rune {
bytes
bytes.go#L758: return Map(c.ToUpper, s)
strings
strings.go#L769: return Map(c.ToUpper, s)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)