golang.org/x/text/cases.context.pDst (field)
18 uses
golang.org/x/text/cases (current package)
context.go#L23: pDst int // pDst points past the last written rune in dst.
context.go#L52: return c.pDst, c.pSrc, nil
context.go#L69: c.nDst, c.nSrc = c.pDst, c.pSrc+c.sz
context.go#L103: if len(c.dst)-c.pDst < len(b) {
context.go#L109: c.dst[c.pDst] = ch
context.go#L110: c.pDst++
context.go#L117: if len(c.dst)-c.pDst < len(s) {
context.go#L123: c.dst[c.pDst] = s[i]
context.go#L124: c.pDst++
context.go#L143: c.dst[c.pDst-1] ^= byte(c.info >> xorShift)
context.go#L149: for p := c.pDst - 1; ; p-- {
map.go#L450: p := c.pDst
map.go#L506: oldPDst := c.pDst
map.go#L523: c.pDst = oldPDst
map.go#L605: c.dst[c.pDst-1] += 'a' - 'A' // lower
map.go#L655: oldPDst := c.pDst
map.go#L681: if c.dst[oldPDst] == 'I' && c.pDst == oldPDst+1 && c.src[c.pSrc] == 0xcc {
map.go#L695: c.pDst = oldPDst
![]() |
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. |