const golang.org/x/text/internal/language.lang
12 uses
golang.org/x/text/internal/language (current package)
lookup.go#L70: if i := lang.Index(s); i != -1 && lang.Elem(i)[3] != 0 {
lookup.go#L101: for i := lang.Index(s[:2]); i != -1; i = lang.Next(s[:2], i) {
lookup.go#L102: if e := lang.Elem(i); e[3] == 0 && e[2] == s[2] {
lookup.go#L121: for i := lang.Index(s[:1]); i != -1; i = lang.Next(s[:1], i) {
lookup.go#L122: if e := lang.Elem(i); e[2] == s[1] && e[3] == s[2] {
lookup.go#L140: l := lang[id<<2:]
lookup.go#L159: l := lang.Elem(int(b))
lookup.go#L171: l := lang.Elem(int(b))
tables.go#L128: const lang tag.Index = "" + // Size: 5324 bytes
![]() |
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. |