golang.org/x/text/secure/precis.checker.beforeBits (field)
9 uses
golang.org/x/text/secure/precis (current package)
profile.go#L338: beforeBits catBitmap
profile.go#L344: c.beforeBits = 0
profile.go#L364: doLookAhead, err = d.rule(c.beforeBits)
profile.go#L369: c.beforeBits &= d.keep
profile.go#L370: c.beforeBits |= d.set
profile.go#L373: if c.beforeBits&c.termBits != 0 {
profile.go#L376: } else if c.beforeBits&c.acceptBits == 0 {
profile.go#L391: if m := c.beforeBits >> finalShift; c.beforeBits&m != m || c.termBits != 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. |