func golang.org/x/text/internal/language.isAlpha
6 uses
golang.org/x/text/internal/language (current package)
lookup.go#L202: if isAlpha(s[0]) {
parse.go#L18: func isAlpha(b byte) bool {
parse.go#L299: for len(scan.token) == 3 && isAlpha(scan.token[0]) {
parse.go#L312: if len(scan.token) == 4 && isAlpha(scan.token[0]) {
parse.go#L551: if n := len(scan.token); n >= 2 && n <= 3 && isAlpha(scan.token[1]) {
parse.go#L555: for len(scan.token) == 2 && !isAlpha(scan.token[1]) {
![]() |
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. |