golang.org/x/text/cases.context.atEOF (field)
16 uses
golang.org/x/text/cases (current package)
context.go#L21: atEOF bool
context.go#L51: if c.atEOF && c.pSrc == len(c.src) {
context.go#L88: if c.atEOF {
fold.go#L13: c := context{dst: dst, src: src, atEOF: atEOF}
fold.go#L22: c := context{src: src, atEOF: atEOF}
map.go#L161: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L170: c := context{src: src, atEOF: atEOF}
map.go#L184: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L197: c := context{src: src, atEOF: atEOF}
map.go#L213: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L221: c := context{src: src, atEOF: atEOF}
map.go#L235: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L267: c := context{src: src, atEOF: atEOF}
map.go#L286: t.context = context{dst: dst, src: src, atEOF: atEOF}
map.go#L336: t.context = context{dst: dst, src: src, atEOF: atEOF, isMidWord: t.isMidWord}
map.go#L384: t.context = context{src: src, atEOF: atEOF, isMidWord: t.isMidWord}
 |
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. |