golang.org/x/text/cases.context.sz (field)
12 uses
golang.org/x/text/cases (current package)
context.go#L30: sz int // size of current rune
context.go#L69: c.nDst, c.nSrc = c.pDst, c.pSrc+c.sz
context.go#L76: c.sz = 0
context.go#L80: c.pSrc += c.sz
context.go#L82: c.info, c.sz = 0, 0
context.go#L86: c.info, c.sz = info(v), sz
context.go#L87: if c.sz == 0 {
context.go#L92: c.sz = 1
context.go#L131: return c.writeBytes(c.src[c.pSrc : c.pSrc+c.sz])
context.go#L183: b := c.src[c.pSrc+c.sz-1]
map.go#L743: start := c.pSrc + c.sz
map.go#L768: return c.writeString("ı") && c.writeBytes(c.src[start:c.pSrc+c.sz]) && done
![]() |
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. |