golang.org/x/text/internal/language.Tag.Extensions (method)
5 uses
golang.org/x/text/internal/language (current package)
compose.go#L68: for _, e := range t.Extensions() {
language.go#L292: func (t Tag) Extensions() []string {
golang.org/x/text/internal/language/compact
language.go#L185: for _, e := range tag.Extensions() {
golang.org/x/text/language
language.go#L405: for _, ext := range t.tag().Extensions() {
match.go#L121: if e := w.Extensions(); len(e) > 0 {
![]() |
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. |