type golang.org/x/text/language.CanonType

9 uses

	golang.org/x/text/language (current package)
		language.go#L49: func (c CanonType) Make(s string) Tag {
		language.go#L67: type CanonType int
		language.go#L71: 	DeprecatedBase CanonType = 1 << iota
		language.go#L90: 	Raw CanonType = 0
		language.go#L115: func canonicalize(c CanonType, t language.Tag) (language.Tag, bool) {
		language.go#L188: func (c CanonType) Canonicalize(t Tag) (Tag, error) {
		parse.go#L45: func (c CanonType) Parse(s string) (t Tag, err error) {
		parse.go#L81: func (c CanonType) Compose(part ...interface{}) (t Tag, err error) {
		tags.go#L23: func (c CanonType) MustParse(s string) Tag {