func golang.org/x/text/language.consume

3 uses

	golang.org/x/text/language (current package)
		parse.go#L166: 			weight = consume(weight, 'q')
		parse.go#L167: 			weight = consume(weight, '=')
		parse.go#L188: func consume(s string, c byte) string {