golang.org/x/text/cases.context.writeBytes (method)
7 uses
golang.org/x/text/cases (current package)
context.go#L102: func (c *context) writeBytes(b []byte) bool {
context.go#L131: return c.writeBytes(c.src[c.pSrc : c.pSrc+c.sz])
map.go#L525: c.writeBytes(b[:sz])
map.go#L602: if !c.writeBytes(d[:1]) {
map.go#L609: return c.writeString("\u0307") && c.writeBytes(d[1:])
map.go#L753: return c.writeString("i") && c.writeBytes(c.src[start:c.pSrc]) // ignore U+0307
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. |