type golang.org/x/text/internal/tag.Index
12 uses
golang.org/x/text/internal/tag (current package)
tag.go#L14: type Index string
tag.go#L17: func (s Index) Elem(x int) string {
tag.go#L24: func (s Index) Index(key []byte) int {
tag.go#L40: func (s Index) Next(key []byte, x int) int {
tag.go#L48: func cmp(a Index, b []byte) int {
tag.go#L72: return cmp(Index(a), b)
golang.org/x/text/internal/language
lookup.go#L18: func findIndex(idx tag.Index, key []byte, form string) (index int, err error) {
lookup.go#L335: func getScriptID(idx tag.Index, s []byte) (Script, error) {
tables.go#L128: const lang tag.Index = "" + // Size: 5324 bytes
tables.go#L576: const altLangISO3 tag.Index = "---\x00cor\x00hbs\x01heb\x02kin\x03spa\x04yid\x05\xff\xff\xff\xff"
tables.go#L798: const script tag.Index = "" + // Size: 1012 bytes
tables.go#L1092: const regionISO tag.Index = "" + // Size: 1308 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. |