const golang.org/x/text/internal/language.langNoIndexOffset
13 uses
golang.org/x/text/internal/language (current package)
compact.go#L13: if t.LangID > langNoIndexOffset {
coverage.go#L11: for i := 0; i < langNoIndexOffset; i++ {
coverage.go#L17: i := langNoIndexOffset
lookup.go#L118: return Language(n) + langNoIndexOffset, nil
lookup.go#L134: if id >= langNoIndexOffset {
lookup.go#L135: intToStr(uint(id)-langNoIndexOffset, b[:3])
lookup.go#L153: } else if b >= langNoIndexOffset {
lookup.go#L154: b -= langNoIndexOffset
lookup.go#L168: if b == 0 || b >= langNoIndexOffset {
lookup.go#L190: if b < langNoIndexOffset {
match.go#L98: if t.LangID < langNoIndexOffset {
match.go#L171: if t.LangID < langNoIndexOffset {
tables.go#L254: const langNoIndexOffset = 1330
![]() |
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. |