const vendor/golang.org/x/net/idna.tmax
6 uses
vendor/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 {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)