Home | History | Annotate | Download | only in common

Lines Matching full:eor

1043     until proven that there is L or sor/eor on both sides. AN is handled like EN.
1497 DirProp sor, DirProp eor) {
1546 gprop=eor;
1581 /* there is an unprocessed sequence if its property == eor */
1614 eor=firstStrong;
1617 processPropertySeq(pBiDi, &levState, eor, limit, limit);
2086 /* sor, eor: start and end types of same-level-run */
2090 DirProp sor, eor;
2092 /* determine the first sor and set eor to it because of the loop body (sor=eor there) */
2096 eor=GET_LR_FROM_LEVEL(nextLevel);
2098 eor=GET_LR_FROM_LEVEL(level);
2111 sor=eor;
2124 /* determine eor from max(level, nextLevel); sor is last run's eor */
2126 eor=GET_LR_FROM_LEVEL(nextLevel);
2128 eor=GET_LR_FROM_LEVEL(level);
2134 resolveImplicitLevels(pBiDi, start, limit, sor, eor);