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

/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/common/
H A Dubidi.c275 : UBIDI_REORDER_DEFAULT;
305 if ((pBiDi!=NULL) && (reorderingMode >= UBIDI_REORDER_DEFAULT)
317 return UBIDI_REORDER_DEFAULT;
2261 pBiDi->reorderingMode=UBIDI_REORDER_DEFAULT;
2581 case UBIDI_REORDER_DEFAULT:
/external/icu/icu4c/source/common/
H A Dubidi.c275 : UBIDI_REORDER_DEFAULT;
305 if ((pBiDi!=NULL) && (reorderingMode >= UBIDI_REORDER_DEFAULT)
317 return UBIDI_REORDER_DEFAULT;
2355 pBiDi->reorderingMode=UBIDI_REORDER_DEFAULT;
2677 case UBIDI_REORDER_DEFAULT:
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c410 "UBIDI_REORDER_DEFAULT",
1762 ubidi_setReorderingMode(bidi, UBIDI_REORDER_DEFAULT - 1);
2110 ubidi_setReorderingMode(pBidi, UBIDI_REORDER_DEFAULT);
3817 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT)
3819 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT)
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c412 "UBIDI_REORDER_DEFAULT",
1764 ubidi_setReorderingMode(bidi, UBIDI_REORDER_DEFAULT - 1);
2112 ubidi_setReorderingMode(pBidi, UBIDI_REORDER_DEFAULT);
4057 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT)
4059 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT)

Completed in 402 milliseconds