type golang.org/x/text/cases.info
20 uses
golang.org/x/text/cases (current package)
context.go#L31: info info // case information of currently scanned rune
context.go#L86: c.info, c.sz = info(v), sz
context.go#L176: func (c *context) caseType() info {
context.go#L184: return info(b&1) ^ cm&0x3
info.go#L7: func (c info) cccVal() info {
info.go#L9: return info(exceptions[c>>exceptionShift]) & cccMask
info.go#L14: func (c info) cccType() info {
info.go#L70: func (c info) isBreak() bool {
info.go#L76: func (c info) isLetter() bool {
map.go#L544: switch v, _ := trie.lookup(c.src[c.pSrc:]); info(v).cccType() {
trieval.go#L38: type info uint16
trieval.go#L76: cUncased info = iota // 000
trieval.go#L87: func (c info) isCased() bool {
trieval.go#L91: func (c info) isCaseIgnorable() bool {
trieval.go#L95: func (c info) isNotCasedAndNotCaseIgnorable() bool {
trieval.go#L99: func (c info) isCaseIgnorableAndNotCased() bool {
trieval.go#L103: func (c info) isMid() bool {
trieval.go#L113: cccBreak info = iota << 4
![]() |
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. |