unicode.SpecialCase.ToUpper (method)

3 uses

	unicode (current package)
		letter.go#L287: func (special SpecialCase) ToUpper(r rune) rune {

	bytes
		bytes.go#L715: 	return Map(c.ToUpper, s)

	strings
		strings.go#L687: 	return Map(c.ToUpper, s)