const golang.org/x/text/unicode/rangetable.atEnd
7 uses
golang.org/x/text/unicode/rangetable (current package)
merge.go#L12: const atEnd = unicode.MaxRune + 1
merge.go#L31: iter[i] = tableIndex{t, 0, atEnd}
merge.go#L65: iter[i] = tableIndex{t, 0, atEnd}
merge.go#L130: if t0.next == atEnd {
merge.go#L178: tn.next = atEnd
merge.go#L200: if t0.next == atEnd {
merge.go#L248: tn.next = atEnd
![]() |
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. |