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]