func unicode/utf8.DecodeLastRuneInString
5 uses
unicode/utf8 (current package)
utf8.go#L316: func DecodeLastRuneInString(s string) (r rune, size int) {
strings
strings.go#L266: r, size := utf8.DecodeLastRuneInString(s[:i])
strings.go#L275: r, size := utf8.DecodeLastRuneInString(s[:i])
strings.go#L943: r, size := utf8.DecodeLastRuneInString(s[0:i])
strings.go#L1078: r, n = utf8.DecodeLastRuneInString(s)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |