golang.org/x/text/cases.context.copy (method)
25 uses
golang.org/x/text/cases (current package)
context.go#L130: func (c *context) copy() bool {
context.go#L138: if !c.copy() {
context.go#L196: return c.copy()
context.go#L206: return c.copy()
context.go#L230: return c.copy()
context.go#L249: return c.copy()
context.go#L279: return c.copy()
context.go#L285: return c.copy()
context.go#L303: return c.copy()
context.go#L336: return c.copy()
context.go#L343: return c.copy()
context.go#L349: return c.copy()
map.go#L134: lower = (*context).copy
map.go#L244: } else if !c.copy() {
map.go#L249: if !c.copy() {
map.go#L296: } else if !c.copy() {
map.go#L301: if !c.copy() {
map.go#L361: } else if !c.copy() {
map.go#L489: c.copy()
map.go#L554: return c.copy()
map.go#L558: c.copy()
map.go#L628: return c.writeString("\u0307") && c.copy() // See A.1.
map.go#L630: c.copy() // See A.1.
map.go#L700: return c.copy()
map.go#L702: c.copy()
![]() |
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. |