const golang.org/x/text/cases.cLower
12 uses
golang.org/x/text/cases (current package)
context.go#L187: return cLower
context.go#L195: if c.info&hasMappingMask == 0 || ct == cLower {
context.go#L211: if c.info&hasMappingMask == 0 || ct == cLower {
context.go#L282: if ct == cLower {
context.go#L298: if ct == cLower && nFirst != noChange {
context.go#L313: if ct == cLower {
context.go#L326: if ct == cLower && nFirst != noChange {
context.go#L340: if ct != cLower || c.info&inverseFoldBit != 0 {
context.go#L348: if ct == cLower {
context.go#L363: if ct != cLower || c.info&inverseFoldBit != 0 {
context.go#L371: if n == 0 && ct == cLower {
trieval.go#L78: cLower // 010
![]() |
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. |