const golang.org/x/text/cases.noChange
11 uses
golang.org/x/text/cases (current package)
context.go#L203: if nLower := (e[1] >> lengthBits) & lengthMask; nLower != noChange {
context.go#L219: if nLower := (e[1] >> lengthBits) & lengthMask; nLower != noChange {
context.go#L241: if n == noChange {
context.go#L246: if n != noChange {
context.go#L268: if n != noChange {
context.go#L292: if nTitle := e[1] & lengthMask; nTitle != noChange {
context.go#L293: if nFirst != noChange {
context.go#L298: if ct == cLower && nFirst != noChange {
context.go#L321: if nTitle := e[1] & lengthMask; nTitle != noChange {
context.go#L326: if ct == cLower && nFirst != noChange {
trieval.go#L168: noChange = 0
![]() |
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. |