golang.org/x/text/internal/language.scanner.scan (method)
15 uses
golang.org/x/text/internal/language (current package)
parse.go#L110: s.scan()
parse.go#L182: func (s *scanner) scan() (end int) {
parse.go#L215: s.scan()
parse.go#L216: for ; len(s.token) >= min; s.scan() {
parse.go#L298: end = scan.scan()
parse.go#L310: end = scan.scan()
parse.go#L317: end = scan.scan()
parse.go#L326: end = scan.scan()
parse.go#L347: for ; len(scan.token) >= 4; scan.scan() {
parse.go#L487: scan.scan()
parse.go#L488: for last := []byte{}; len(scan.token) > 2; scan.scan() {
parse.go#L494: for scan.scan(); len(scan.token) > 2; scan.scan() {
parse.go#L517: for scan.scan(); len(scan.token) == 2; {
parse.go#L550: scan.scan()
![]() |
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. |