func unicode/utf8.RuneLen

4 uses

	unicode/utf8 (current package)
		utf8.go#L347: func RuneLen(r rune) int {

	fmt
		format.go#L161: 		i -= utf8.RuneLen(rune(u))
		scan.go#L334: 		size = utf8.RuneLen(rr)

	strings
		strings.go#L554: 			width = utf8.RuneLen(c)