golang.org/x/text/unicode/rangetable.tableIndex.p (field)
13 uses
golang.org/x/text/unicode/rangetable (current package)
merge.go#L106: p uint32
merge.go#L133: r0 := t0.t.R16[t0.p]
merge.go#L145: rn := tn.t.R16[tn.p]
merge.go#L173: rn := tn.t.R16[tn.p]
merge.go#L177: if tn.p++; int(tn.p) == len(tn.t.R16) {
merge.go#L180: tn.next = rune(tn.t.R16[tn.p].Lo)
merge.go#L203: r0 := t0.t.R32[t0.p]
merge.go#L215: rn := tn.t.R32[tn.p]
merge.go#L243: rn := tn.t.R32[tn.p]
merge.go#L247: if tn.p++; int(tn.p) == len(tn.t.R32) {
merge.go#L250: tn.next = rune(tn.t.R32[tn.p].Lo)
![]() |
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. |