golang.org/x/text/cases.context.isMidWord (field)
18 uses
golang.org/x/text/cases (current package)
context.go#L34: isMidWord bool // false if next cased letter needs to be title-cased.
context.go#L38: c.isMidWord = false
map.go#L336: t.context = context{dst: dst, src: src, atEOF: atEOF, isMidWord: t.isMidWord}
map.go#L353: if !c.isMidWord {
map.go#L357: c.isMidWord = true
map.go#L364: c.isMidWord = false
map.go#L369: if !(c.isMidWord && wasMid) {
map.go#L377: c.isMidWord = false
map.go#L384: t.context = context{src: src, atEOF: atEOF, isMidWord: t.isMidWord}
map.go#L401: if !c.isMidWord {
map.go#L405: c.isMidWord = true
map.go#L410: c.isMidWord = false
map.go#L414: if !(c.isMidWord && wasMid) {
map.go#L422: c.isMidWord = false
map.go#L486: c.isMidWord = false
map.go#L814: c.isMidWord = true
![]() |
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. |