func unicode/utf8.RuneCount
4 uses
unicode/utf8 (current package)
utf8.go#L400: func RuneCount(p []byte) int {
bytes
bytes.go#L58: return utf8.RuneCount(s) + 1
bytes.go#L1113: t := make([]rune, utf8.RuneCount(s))
fmt
format.go#L95: width := f.wid - utf8.RuneCount(b)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |