const golang.org/x/net/idna.tmax

6 uses

	golang.org/x/net/idna (current package)
		punycode.go#L27: 	tmax        int32 = 26
		punycode.go#L70: 			} else if t > tmax {
		punycode.go#L71: 				t = tmax
		punycode.go#L146: 				} else if t > tmax {
		punycode.go#L147: 					t = tmax
		punycode.go#L198: 	for delta > ((base-tmin)*tmax)/2 {