unicode.SpecialCase.ToUpper (method)

3 uses

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

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

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