Home | History | Annotate | Download | only in common

Lines Matching refs:LRI

64  * after the initial setup, when applying X5c (replace FSI by LRI or RLI),
423 * FSI initiators are also resolved and their dirProp replaced with LRI or RLI.
424 * When encountering an FSI, it is initially replaced with an LRI, which is the
425 * default. Only if a strong R or AL is found within its scope will the LRI be
515 /* dirProps[isolateStartStack[stackLast]]=LRI; */
516 flags|=DIRPROP_FLAG(LRI);
540 if(dirProp>=FSI && dirProp<=RLI) { /* FSI, LRI or RLI */
547 dirProps[i-1]=LRI; /* default if no strong char */
558 /* dirProps[isolateStartStack[stackLast]]=LRI; */
559 flags|=DIRPROP_FLAG(LRI);
607 /* dirProps[isolateStartStack[stackLast]]=LRI; */
608 flags|=DIRPROP_FLAG(LRI);
717 /* LRI or RLI */
1055 * LRE, RLE, LRO, RLO, LRI, RLI and FSI and popped with each PDF and PDI,
1215 case LRI:
1226 if(dirProp==LRI)
1356 if(dirProp==LRI || dirProp==RLI) {
1413 /* 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 */
1423 - the ON column regroups ON and WS, FSI, RLI, LRI and PDI
1813 if(dirProp==LRI || dirProp==RLI)
2164 if(dirProp==LRI || dirProp==RLI)
2165 break; /* no forced closing for sequence ending with LRI/RLI */
2245 if((dirProp==LRI || dirProp==RLI) && limit<pBiDi->length) {