vendor/golang.org/x/text/transform.SpanningTransformer.Span (method)
6 uses
golang.org/x/text/cases
cases.go#L67: return c.t.Span(src, atEOF)
golang.org/x/text/runes
cond.go#L136: n2, err2 := current.Span(src[n:p], atEnd || (atEOF && p == len(src)))
runes.go#L57: return t.t.Span(b, atEOF)
golang.org/x/text/secure/precis
profile.go#L125: n, err := t.Span(b.src, true)
golang.org/x/text/transform
transform.go#L99: Span(src []byte, atEOF bool) (n int, err error)
golang.org/x/text/width
width.go#L169: return t.t.Span(src, atEOF)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)