func unicode/utf8.RuneCountInString
12 uses
unicode/utf8 (current package)
utf8.go#L420: return n + RuneCountInString(string(p[n:]))
utf8.go#L427: func RuneCountInString(s string) (n int) {
fmt
format.go#L116: width := f.wid - utf8.RuneCountInString(s)
github.com/google/go-cmp/cmp
report_text.go#L244: func(r textRecord) int { return utf8.RuneCountInString(r.Key) },
go/build
read.go#L559: pos.Column += utf8.RuneCountInString(args[:n])
go/constant
value.go#L119: if utf8.RuneCountInString(s) > maxLen {
go/doc/comment
text.go#L37: tp.width = 80 - utf8.RuneCountInString(tp.prefix)
text.go#L146: seq = wrap(words, p.width-utf8.RuneCountInString(indent))
text.go#L251: total[1+i] = total[i] + utf8.RuneCountInString(s) + 1
go/printer
nodes.go#L463: size += utf8.RuneCountInString(x.Name)
strings
strings.go#L24: l := utf8.RuneCountInString(s)
strings.go#L45: return utf8.RuneCountInString(s) + 1
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)