type golang.org/x/text/internal/language.CompactCoreInfo
7 uses
golang.org/x/text/internal/language (current package)
compact.go#L8: type CompactCoreInfo uint32
compact.go#L12: func GetCompactCore(t Tag) (cci CompactCoreInfo, ok bool) {
compact.go#L16: cci |= CompactCoreInfo(t.LangID) << (8 + 12)
compact.go#L17: cci |= CompactCoreInfo(t.ScriptID) << 12
compact.go#L18: cci |= CompactCoreInfo(t.RegionID)
compact.go#L23: func (c CompactCoreInfo) Tag() Tag {
golang.org/x/text/internal/language/compact
tables.go#L791: var coreTags = []language.CompactCoreInfo{ // 773 elements
![]() |
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. |