func unicode/utf8.DecodeLastRuneInString
7 uses
unicode/utf8 (current package)
utf8.go#L287: func DecodeLastRuneInString(s string) (r rune, size int) {
go/doc
comment.go#L227: r, _ = utf8.DecodeLastRuneInString(line)
regexp
regexp.go#L418: r1, _ = utf8.DecodeLastRuneInString(i.str[:pos])
strings
strings.go#L206: r, size := utf8.DecodeLastRuneInString(s[:i])
strings.go#L215: r, size := utf8.DecodeLastRuneInString(s[:i])
strings.go#L790: r, size := utf8.DecodeLastRuneInString(s[0:i])
strings.go#L928: r, n = utf8.DecodeLastRuneInString(s)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)