Home | History | Annotate | Download | only in common

Lines Matching defs:eor

986     until proven that there is L or sor/eor on both sides. AN is handled like EN.
1387 DirProp sor, DirProp eor) {
1430 gprop=eor;
1465 /* there is an unprocessed sequence if its property == eor */
1495 processPropertySeq(pBiDi, &levState, eor, limit, limit);
1930 /* sor, eor: start and end types of same-level-run */
1934 DirProp sor, eor;
1936 /* determine the first sor and set eor to it because of the loop body (sor=eor there) */
1940 eor=GET_LR_FROM_LEVEL(nextLevel);
1942 eor=GET_LR_FROM_LEVEL(level);
1955 sor=eor;
1968 /* determine eor from max(level, nextLevel); sor is last run's eor */
1970 eor=GET_LR_FROM_LEVEL(nextLevel);
1972 eor=GET_LR_FROM_LEVEL(level);
1978 resolveImplicitLevels(pBiDi, start, limit, sor, eor);