Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CompactIndex (0.12 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/compact/language.go

    // and unit preferences.
    //
    // For instance, the tag en-GB-u-rg-uszzzz specifies British English with US
    // settings for currency, number formatting, etc. The CompactIndex for this tag
    // will be that for en-GB, while the RegionalID will be the one corresponding to
    // en-US.
    func RegionalID(t Tag) (id ID, exact bool) {
    	return t.locale, t.full == nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top