Home | History | Annotate | Download | only in common

Lines Matching refs:sor

1042     until proven that there is L or sor/eor on both sides. AN is handled like EN.
1496 DirProp sor, DirProp eor) {
1530 sor=lastStrong;
1533 processPropertySeq(pBiDi, &levState, sor, start, start);
1536 stateImp = 1 + sor;
2085 /* sor, eor: start and end types of same-level-run */
2089 DirProp sor, eor;
2091 /* determine the first sor and set eor to it because of the loop body (sor=eor there) */
2107 /* except if this is a new paragraph, then set sor = para level */
2108 sor=GET_LR_FROM_LEVEL(GET_PARALEVEL(pBiDi, start));
2110 sor=eor;
2123 /* determine eor from max(level, nextLevel); sor is last run's eor */
2133 resolveImplicitLevels(pBiDi, start, limit, sor, eor);