func internal/stringslite.IndexByte
8 uses
internal/stringslite (current package)
strings.go#L24: func IndexByte(s string, c byte) int {
strings.go#L34: return IndexByte(s, substr[0])
strings.go#L56: o := IndexByte(s[i+1:t], c0)
strings.go#L85: o := IndexByte(s[i+1:t], c0)
internal/filepathlite
path.go#L192: if stringslite.IndexByte(s, old) == -1 {
fmt
errors.go#L36: if len(a) == 0 && stringslite.IndexByte(format, '%') == -1 {
os
root.go#L446: if stringslite.IndexByte(name, '\\') >= 0 {
strings
strings.go#L120: return stringslite.IndexByte(s, c)
![]() |
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. |