type golang.org/x/text/cases.context
53 uses
golang.org/x/text/cases (current package)
context.go#L19: type context struct {
context.go#L37: func (c *context) Reset() {
context.go#L44: func (c *context) ret() (nDst, nSrc int, err error) {
context.go#L60: func (c *context) retSpan() (n int, err error) {
context.go#L67: func (c *context) checkpoint() {
context.go#L75: func (c *context) unreadRune() {
context.go#L79: func (c *context) next() bool {
context.go#L102: func (c *context) writeBytes(b []byte) bool {
context.go#L116: func (c *context) writeString(s string) bool {
context.go#L130: func (c *context) copy() bool {
context.go#L137: func (c *context) copyXOR() bool {
context.go#L161: func (c *context) hasPrefix(s string) bool {
context.go#L176: func (c *context) caseType() info {
context.go#L193: func lower(c *context) bool {
context.go#L209: func isLower(c *context) bool {
context.go#L227: func upper(c *context) bool {
context.go#L253: func isUpper(c *context) bool {
context.go#L276: func title(c *context) bool {
context.go#L307: func isTitle(c *context) bool {
context.go#L334: func foldFull(c *context) bool {
context.go#L357: func isFoldFull(c *context) bool {
fold.go#L13: c := context{dst: dst, src: src, atEOF: atEOF}
fold.go#L22: c := context{src: src, atEOF: atEOF}
map.go#L26: type mapFunc func(*context) bool
map.go#L31: type spanFunc func(*context) bool
map.go#L90: rewrite func(*context)
map.go#L134: lower = (*context).copy
map.go#L146: func noSpan(c *context) bool {
map.go#L161: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L170: c := context{src: src, atEOF: atEOF}
map.go#L184: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L197: c := context{src: src, atEOF: atEOF}
map.go#L205: context
map.go#L213: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L221: c := context{src: src, atEOF: atEOF}
map.go#L235: c := context{dst: dst, src: src, atEOF: atEOF}
map.go#L267: c := context{src: src, atEOF: atEOF}
map.go#L280: context
map.go#L286: t.context = context{dst: dst, src: src, atEOF: atEOF}
map.go#L318: context
map.go#L325: rewrite func(*context)
map.go#L336: t.context = context{dst: dst, src: src, atEOF: atEOF, isMidWord: t.isMidWord}
map.go#L384: t.context = context{src: src, atEOF: atEOF, isMidWord: t.isMidWord}
map.go#L432: return func(c *context) bool {
map.go#L440: func finalSigmaBody(c *context) bool {
map.go#L500: func elUpper(c *context) bool {
map.go#L567: func ltLower(c *context) bool {
map.go#L639: return func(c *context) bool {
map.go#L712: return func(c *context) bool {
map.go#L721: func aztrLower(c *context) (done bool) {
map.go#L773: func nlTitle(c *context) bool {
map.go#L793: func nlTitleSpan(c *context) bool {
map.go#L812: func afnlRewrite(c *context) {
 |
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. |