Home | History | Annotate | Download | only in common

Lines Matching refs:sor

1609     until proven that there is L or sor/eor on both sides. AN is handled like EN.
2102 DirProp sor, DirProp eor) {
2135 sor=lastStrong;
2151 stateImp = 1 + sor;
2155 processPropertySeq(pBiDi, &levState, sor, start, start);
2723 /* sor, eor: start and end types of same-level-run */
2727 DirProp sor, eor;
2729 /* determine the first sor and set eor to it because of the loop body (sor=eor there) */
2745 /* except if this is a new paragraph, then set sor = para level */
2746 sor=GET_LR_FROM_LEVEL(GET_PARALEVEL(pBiDi, start));
2748 sor=eor;
2763 /* determine eor from max(level, nextLevel); sor is last run's eor */
2773 resolveImplicitLevels(pBiDi, start, limit, sor, eor);