vendor/golang.org/x/text/unicode/bidi.Class.in (method)

16 uses

	vendor/golang.org/x/text/unicode/bidi (current package)
		core.go#L58: func (c Class) in(set ...Class) bool {
		core.go#L205: 		if t := p.resultTypes[i]; t.in(LRI, RLI, FSI) {
		core.go#L208: 				if u := p.resultTypes[j]; u.in(LRI, RLI, FSI) {
		core.go#L235: 		if t := p.resultTypes[i]; t.in(L, AL, R) {
		core.go#L238: 		} else if t.in(FSI, LRI, RLI) {
		core.go#L303: 			isIsolate := t.in(RLI, LRI, FSI)
		core.go#L304: 			isRTL := t.in(RLE, RLO, RLI)
		core.go#L448: 	if lastType.in(LRI, RLI, FSI) {
		core.go#L488: 			if t.in(LRI, RLI, FSI, PDI) {
		core.go#L500: 				if t := s.types[j]; t.in(L, R, AL) {
		core.go#L571: 		if t.in(ES, ET, CS) {
		core.go#L617: 				if leadType.in(AN, EN) {
		core.go#L625: 				if trailType.in(AN, EN) {
		core.go#L792: 				if lastT.in(LRI, RLI, FSI) && p.matchingPDI[last] != p.Len() {
		core.go#L810: 		if t.in(LRE, RLE, LRO, RLO, PDF, BN) {
		core.go#L861: 		if t.in(B, S) {