Home | History | Annotate | Download | only in common

Lines Matching defs:eor

1638     until proven that there is L or sor/eor on both sides. AN is handled like EN.
2131 DirProp sor, DirProp eor) {
2195 gprop=eor;
2233 /* there is an unprocessed sequence if its property == eor */
2267 eor=firstStrong;
2282 processPropertySeq(pBiDi, &levState, eor, limit, limit);
2752 /* sor, eor: start and end types of same-level-run */
2756 DirProp sor, eor;
2758 /* determine the first sor and set eor to it because of the loop body (sor=eor there) */
2762 eor=GET_LR_FROM_LEVEL(nextLevel);
2764 eor=GET_LR_FROM_LEVEL(level);
2777 sor=eor;
2792 /* determine eor from max(level, nextLevel); sor is last run's eor */
2794 eor=GET_LR_FROM_LEVEL(nextLevel);
2796 eor=GET_LR_FROM_LEVEL(level);
2802 resolveImplicitLevels(pBiDi, start, limit, sor, eor);