Searched refs:UBIDI_REORDER_DEFAULT (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/unicode/
H A Dubidi.h610 * set to <code>#UBIDI_REORDER_DEFAULT</code>.
691 UBIDI_REORDER_DEFAULT = 0, enumerator in enum:UBiDiReorderingMode
739 * <code>#UBIDI_REORDER_DEFAULT</code>, this function changes the behavior of
754 * <li>When the reordering mode is set to <code>#UBIDI_REORDER_DEFAULT</code>,
/external/icu4c/common/
H A Dubidi.c263 : UBIDI_REORDER_DEFAULT;
293 if ((pBiDi!=NULL) && (reorderingMode >= UBIDI_REORDER_DEFAULT)
305 return UBIDI_REORDER_DEFAULT;
1720 pBiDi->reorderingMode=UBIDI_REORDER_DEFAULT;
2037 case UBIDI_REORDER_DEFAULT:
/external/icu4c/test/cintltst/
H A Dcbiditst.c398 "UBIDI_REORDER_DEFAULT",
1622 ubidi_setReorderingMode(bidi, UBIDI_REORDER_DEFAULT - 1);
1970 ubidi_setReorderingMode(pBidi, UBIDI_REORDER_DEFAULT);
3386 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT)
3388 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT)

Completed in 29 milliseconds