const golang.org/x/text/cases.lengthMask

17 uses

	golang.org/x/text/cases (current package)
		context.go#L202: 	offset := 2 + e[0]&lengthMask // size of header + fold string
		context.go#L203: 	if nLower := (e[1] >> lengthBits) & lengthMask; nLower != noChange {
		context.go#L219: 	if nLower := (e[1] >> lengthBits) & lengthMask; nLower != noChange {
		context.go#L236: 	offset := 2 + e[0]&lengthMask // size of header + fold string
		context.go#L238: 	n := (e[1] >> lengthBits) & lengthMask
		context.go#L244: 		n, e = e[1]&lengthMask, e[n:]
		context.go#L264: 	n := (e[1] >> lengthBits) & lengthMask
		context.go#L266: 		n = e[1] & lengthMask
		context.go#L289: 	offset := 2 + e[0]&lengthMask // size of header + fold string
		context.go#L291: 	nFirst := (e[1] >> lengthBits) & lengthMask
		context.go#L292: 	if nTitle := e[1] & lengthMask; nTitle != noChange {
		context.go#L321: 	if nTitle := e[1] & lengthMask; nTitle != noChange {
		context.go#L325: 	nFirst := (e[1] >> lengthBits) & lengthMask
		context.go#L346: 	n := e[0] & lengthMask
		context.go#L351: 		n = (e[1] >> lengthBits) & lengthMask
		context.go#L370: 	n := e[0] & lengthMask
		trieval.go#L166: 	lengthMask = 0x07