func unicode/utf8.DecodeLastRune
8 uses
unicode/utf8 (current package)
utf8.go#L247: func DecodeLastRune(p []byte) (r rune, size int) {
bytes
bytes.go#L295: r, size := utf8.DecodeLastRune(s[:i])
bytes.go#L312: r, size := utf8.DecodeLastRune(s[:i])
bytes.go#L854: r, size = utf8.DecodeLastRune(s[0:i])
contrib.go.opencensus.io/exporter/stackdriver
trace_proto.go#L268: r, size := utf8.DecodeLastRune(b)
html/template
css.go#L24: r, _ := utf8.DecodeLastRune(b[:i])
js.go#L188: last, _ := utf8.DecodeLastRune(b)
regexp
regexp.go#L459: r1, _ = utf8.DecodeLastRune(i.str[:pos])
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |