golang.org/x/text/language.matchHeader.addIfNew (method)

4 uses

	golang.org/x/text/language (current package)
		match.go#L320: func (h *matchHeader) addIfNew(n haveTag, exact bool) {
		match.go#L385: 		m.header(tt.LangID).addIfNew(pair, true)
		match.go#L395: 			m.header(max).addIfNew(pair, true)
		match.go#L417: 				hw.addIfNew(v, conf == Exact && hh.original)