Home | History | Annotate | Download | only in common

Lines Matching refs:RLI

65  * LRI or RLI in getDirProps(), and paired brackets which may be changed
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
526 dirProps[isolateStartStack[stackLast]]=RLI;
527 flags|=DIRPROP_FLAG(RLI);
536 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
710 /* LRI or RLI */
983 * LRE, RLE, LRO, RLO, LRI, RLI and FSO and popped with each PDF and PDI,
1137 case RLI:
1282 if(dirProp==LRI || dirProp==RLI) {
1341 /* L R EN ES ET AN CS B S WS ON LRE LRO AL RLE RLO PDF NSM BN FSI LRI RLI PDI ENL ENR */
1351 - the ON column regroups ON and WS, FSI, RLI, LRI and PDI
1943 if(dirProp==LRI || dirProp==RLI)
2072 if(dirProp==LRI || dirProp==RLI)
2073 break; /* no forced closing for sequence ending with LRI/RLI */
2149 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) {