golang.org/x/text/unicode/bidi.paragraph.pairValues (field)

3 uses

	golang.org/x/text/unicode/bidi (current package)
		bracket.go#L86: 	p.locateBrackets(s.p.pairTypes, s.p.pairValues)
		core.go#L73: 	pairValues []rune        // rune for opening bracket or pbOpen and pbClose; 0 for pbNone
		core.go#L113: 		pairValues: pairValues,