const golang.org/x/text/cases.exceptionBit
11 uses
golang.org/x/text/cases (current package)
context.go#L198: if c.info&exceptionBit == 0 {
context.go#L214: if c.info&exceptionBit == 0 {
context.go#L232: if c.info&exceptionBit == 0 {
context.go#L258: if c.info&exceptionBit == 0 {
context.go#L281: if c.info&exceptionBit == 0 {
context.go#L312: if c.info&exceptionBit == 0 {
context.go#L339: if c.info&exceptionBit == 0 {
context.go#L362: if c.info&exceptionBit == 0 {
info.go#L8: if c&exceptionBit != 0 {
trieval.go#L49: exceptionBit = 1 << 3
trieval.go#L57: hasMappingMask = 0xff80 | exceptionBit
![]() |
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. |