golang.org/x/text/cases.context.next (method)
24 uses
golang.org/x/text/cases (current package)
context.go#L79: func (c *context) next() bool {
fold.go#L14: for c.next() {
fold.go#L23: for c.next() && isFoldFull(&c) {
map.go#L162: for c.next() {
map.go#L171: for c.next() && isUpper(&c) {
map.go#L185: for c.next() && lower(&c) {
map.go#L198: for c.next() && isLower(&c) {
map.go#L214: for c.next() && t.f(&c) {
map.go#L222: for c.next() && t.span(&c) {
map.go#L237: for isInterWord := true; c.next(); {
map.go#L268: for c.next() && isLower(&c) {
map.go#L289: for isInterWord := true; c.next(); {
map.go#L339: if !c.next() {
map.go#L373: if !c.next() {
map.go#L387: if !c.next() {
map.go#L418: if !c.next() {
map.go#L465: if !c.next() {
map.go#L529: for ; i < maxIgnorable && c.next(); i++ {
map.go#L622: for ; i < maxIgnorable && c.next(); i++ {
map.go#L667: for ; i < maxIgnorable && c.next(); i++ {
map.go#L678: if !c.next() {
map.go#L749: for ; i < maxIgnorable && c.next(); i++ {
map.go#L783: if !c.writeString("I") || !c.next() {
map.go#L802: if !c.next() || c.src[c.pSrc] == '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. |