golang.org/x/text/cases.Caser.t (field)
6 uses
golang.org/x/text/cases (current package)
cases.go#L38: t transform.SpanningTransformer
cases.go#L44: b, _, _ = transform.Bytes(c.t, b)
cases.go#L51: s, _, _ = transform.String(c.t, s)
cases.go#L57: func (c Caser) Reset() { c.t.Reset() }
cases.go#L62: return c.t.Transform(dst, src, atEOF)
cases.go#L67: return c.t.Span(src, atEOF)
![]() |
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. |