golang.org/x/text/cases.context.writeString (method)
16 uses
golang.org/x/text/cases (current package)
context.go#L116: func (c *context) writeString(s string) bool {
context.go#L204: return c.writeString(e[offset : offset+nLower])
context.go#L247: return c.writeString(e[offset : offset+n])
context.go#L296: return c.writeString(e[offset : offset+nTitle])
context.go#L300: return c.writeString(e[offset : offset+nFirst])
context.go#L353: return c.writeString(e[2 : 2+n])
map.go#L451: c.writeString("ς")
map.go#L609: return c.writeString("\u0307") && c.writeBytes(d[1:])
map.go#L628: return c.writeString("\u0307") && c.copy() // See A.1.
map.go#L696: return c.writeString(s)
map.go#L715: return c.writeString("İ")
map.go#L735: return c.writeString("i")
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
map.go#L783: if !c.writeString("I") || !c.next() {
map.go#L787: return c.writeString("J")
![]() |
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. |