golang.org/x/text/internal/language.Region.Contains (method)
5 uses
golang.org/x/text/internal/language (current package)
language.go#L524: func (r Region) Contains(c Region) bool {
match.go#L30: if t.RegionID == 0 || t.RegionID.Contains(id) {
match.go#L118: if x.flags&scriptInFrom == 0 && t.RegionID.Contains(Region(x.region)) {
golang.org/x/text/language
language.go#L564: return r.regionID.Contains(c.regionID)
match.go#L109: if w.RegionID != 0 && tt.RegionID != 0 && tt.RegionID.Contains(w.RegionID) {
![]() |
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. |