golang.org/x/text/cases.context.dst (field)
18 uses
golang.org/x/text/cases (current package)
context.go#L20: dst, src []byte
context.go#L103: if len(c.dst)-c.pDst < len(b) {
context.go#L109: c.dst[c.pDst] = ch
context.go#L117: if len(c.dst)-c.pDst < len(s) {
context.go#L123: c.dst[c.pDst] = s[i]
context.go#L143: c.dst[c.pDst-1] ^= byte(c.info >> xorShift)
context.go#L150: c.dst[p] ^= xorData[idx]
fold.go#L13: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L161: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L184: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L213: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L235: c := context{dst: dst, 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#L477: c.dst[p+1]++ // ς → σ
map.go#L517: if b := norm.NFD.Properties(c.dst[oldPDst:]).Decomposition(); b != nil {
map.go#L605: c.dst[c.pDst-1] += 'a' - 'A' // lower
map.go#L681: if c.dst[oldPDst] == 'I' && c.pDst == oldPDst+1 && c.src[c.pSrc] == 0xcc {
 |
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. |