golang.org/x/text/secure/precis.options.cases (field)
10 uses
golang.org/x/text/secure/precis (current package)
options.go#L24: cases transform.SpanningTransformer
options.go#L132: o.cases = cases.Fold(opts...)
options.go#L142: o.cases = cases.Lower(language.Und, cases.HandleFinalSigma(false))
options.go#L147: o.cases = cases.Lower(language.Und, opts...)
profile.go#L98: if p.options.cases != nil {
profile.go#L99: ts = append(ts, p.options.cases)
profile.go#L172: case p.options.cases != nil:
profile.go#L173: b.apply(p.options.cases)
profile.go#L209: if p.options.cases != nil {
profile.go#L210: b.apply(p.options.cases)
![]() |
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. |