var unicode.P

5 uses

	unicode (current package)
		graphic.go#L24: 	L, M, N, P, S, Zs,
		graphic.go#L30: 	L, M, N, P, S,
		tables.go#L29: 	"P":  P,
		tables.go#L3636: 	P      = _P

	golang.org/x/tools/go/packages
		golist.go#L979: 			return unicode.IsOneOf([]*unicode.RangeTable{unicode.L, unicode.M, unicode.N, unicode.P, unicode.S}, r) &&