Home | History | Annotate | Download | only in common

Lines Matching defs:direction

104  * consider if the paragraph direction should be considered in
605 /* Resolve direction of still unresolved open FSI sequences */
624 /* For inverse bidi, default para direction is RTL if there is
632 /* The following is needed to resolve the text direction for default level
805 UBiDiDirection direction;
809 direction=(UBiDiDirection)(pLastIsoRun->level&1);
821 direction context and both parentheses receive level 2.
830 if((direction==0 && pOpening->flags&FOUND_L) ||
831 (direction==1 && pOpening->flags&FOUND_R)) { /* N0b */
832 newProp=direction;
838 if(direction!=pOpening->contextDir)
841 newProp=direction; /* N0c2 */
1071 * Returns normally the direction; -1 if there was a memory shortage
1084 UBiDiDirection direction;
1090 direction=directionFromFlags(pBiDi);
1093 if((direction!=UBIDI_MIXED)) {
1095 return direction;
1111 return direction; /* no bracket matching for inverse BiDi */
1145 return direction;
1333 direction=directionFromFlags(pBiDi);
1335 return direction;
2412 * direction is not MIXED
2418 saveDirection=pBiDi->direction;
2539 pBiDi->direction=saveDirection;
2547 pBiDi->direction=UBIDI_MIXED;
2562 UBiDiDirection direction;
2588 pBiDi->direction=(UBiDiDirection)(paraLevel&1);
2605 * the flags and the direction set but without allocating zero-length arrays.
2652 direction=resolveExplicitLevels(pBiDi, pErrorCode);
2663 direction=checkExplicitLevels(pBiDi, pErrorCode);
2689 pBiDi->direction=direction;
2690 switch(direction) {
2882 return pBiDi->direction;