const vendor/golang.org/x/net/idna.base
13 uses
vendor/golang.org/x/net/idna (current package)
punycode.go#L22: base int32 = 36
punycode.go#L54: for k := base; ; k += base {
punycode.go#L76: w *= base - t
punycode.go#L77: if w >= math.MaxInt32/base {
punycode.go#L142: for k := base; ; k += base {
punycode.go#L152: output = append(output, encodeDigit(t+(q-t)%(base-t)))
punycode.go#L153: q = (q - t) / (base - t)
punycode.go#L198: for delta > ((base-tmin)*tmax)/2 {
punycode.go#L199: delta /= base - tmin
punycode.go#L200: k += base
punycode.go#L202: return k + (base-tmin+1)*delta/(delta+skew)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |