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

3 uses

	golang.org/x/text/cases (current package)
		context.go#L340: 		if ct != cLower || c.info&inverseFoldBit != 0 {
		context.go#L363: 		if ct != cLower || c.info&inverseFoldBit != 0 {
		trieval.go#L46: 	inverseFoldBit = 1 << 7