var golang.org/x/text/internal/language.parents
7 uses
golang.org/x/text/internal/language (current package)
language.go#L219: for i := range parents {
language.go#L220: if Language(parents[i].lang) == t.LangID && Script(parents[i].maxScript) == maxScript {
language.go#L221: for _, r := range parents[i].fromRegion {
language.go#L225: ScriptID: Script(parents[i].script),
language.go#L226: RegionID: Region(parents[i].toRegion),
tables.go#L3456: var parents = [5]parentRel{
![]() |
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. |