golang.org/x/text/language.haveTag.nextMax (field)
7 uses
golang.org/x/text/language (current package)
match.go#L291: nextMax uint16
match.go#L334: for h.haveTags[i].nextMax != 0 {
match.go#L335: i = int(h.haveTags[i].nextMax)
match.go#L337: h.haveTags[i].nextMax = uint16(len(h.haveTags))
match.go#L413: v.nextMax = 0 // this value needs to be recomputed
match.go#L506: for have.nextMax != 0 {
match.go#L507: have = h.haveTags[have.nextMax]
![]() |
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. |