var unicode/utf8.first

9 uses

	unicode/utf8 (current package)
		utf8.go#L65: var first = [256]uint8{
		utf8.go#L109: 	x := first[p[0]]
		utf8.go#L129: 	x := first[s[0]]
		utf8.go#L157: 	x := first[p0]
		utf8.go#L205: 	x := first[s0]
		utf8.go#L385: 		x := first[c]
		utf8.go#L420: 		x := first[c]
		utf8.go#L473: 		x := first[pi]
		utf8.go#L519: 		x := first[si]