golang.org/x/text/internal/language.Tag.Variants (method)
5 uses
golang.org/x/text/internal/language (current package)
compose.go#L62: if variants := t.Variants(); variants != "" {
language.go#L174: func (t Tag) Variants() string {
golang.org/x/text/internal/language/compact
language.go#L180: if v := tag.Variants(); v != "" {
language.go#L209: build.AddVariant(t.Variants())
golang.org/x/text/language
language.go#L327: x, str := "", t.tag().Variants()
![]() |
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. |