const golang.org/x/text/cases.maxIgnorable
10 uses
golang.org/x/text/cases (current package)
map.go#L35: const maxIgnorable = 30
map.go#L464: for i := 0; i < maxIgnorable+1; i++ {
map.go#L529: for ; i < maxIgnorable && c.next(); i++ {
map.go#L562: return i == maxIgnorable
map.go#L622: for ; i < maxIgnorable && c.next(); i++ {
map.go#L633: return i == maxIgnorable
map.go#L667: for ; i < maxIgnorable && c.next(); i++ {
map.go#L705: return i == maxIgnorable
map.go#L749: for ; i < maxIgnorable && c.next(); i++ {
map.go#L765: if i == maxIgnorable {
![]() |
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. |