Searched refs:UBIDI_REORDER_DEFAULT (Results 1 - 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/common/ |
H A D | ubiditransform.cpp | 152 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_reorder() 206 UBIDI_REORDER_DEFAULT, pErrorCode); in action_reverse() 322 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_mirror() 477 : UBIDI_REORDER_DEFAULT; in ubiditransform_transform()
|
H A D | ubidi.cpp | 274 : UBIDI_REORDER_DEFAULT; in ubidi_setInverse() 304 if ((pBiDi!=NULL) && (reorderingMode >= UBIDI_REORDER_DEFAULT) in ubidi_setReorderingMode() 316 return UBIDI_REORDER_DEFAULT; in ubidi_getReorderingMode() 2382 pBiDi->reorderingMode=UBIDI_REORDER_DEFAULT; in setParaRunsOnly() 2699 case UBIDI_REORDER_DEFAULT: in ubidi_setPara()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubiditransform.cpp | 152 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_reorder() 206 UBIDI_REORDER_DEFAULT, pErrorCode); in action_reverse() 322 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_mirror() 477 : UBIDI_REORDER_DEFAULT; in ubiditransform_transform()
|
H A D | ubidi.cpp | 274 : UBIDI_REORDER_DEFAULT; in ubidi_setInverse() 304 if ((pBiDi!=nullptr) && (reorderingMode >= UBIDI_REORDER_DEFAULT) 316 return UBIDI_REORDER_DEFAULT; in ubidi_getReorderingMode() 2382 pBiDi->reorderingMode=UBIDI_REORDER_DEFAULT; in setParaRunsOnly() 2699 case UBIDI_REORDER_DEFAULT: in ubidi_setPara()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubiditransform.cpp | 152 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_reorder() 206 UBIDI_REORDER_DEFAULT, pErrorCode); in action_reverse() 322 pTransform->reorderingOptions = UBIDI_REORDER_DEFAULT; in action_mirror() 477 : UBIDI_REORDER_DEFAULT; in ubiditransform_transform()
|
H A D | ubidi.cpp | 274 : UBIDI_REORDER_DEFAULT; in ubidi_setInverse() 304 if ((pBiDi!=NULL) && (reorderingMode >= UBIDI_REORDER_DEFAULT) in ubidi_setReorderingMode() 316 return UBIDI_REORDER_DEFAULT; in ubidi_getReorderingMode() 2382 pBiDi->reorderingMode=UBIDI_REORDER_DEFAULT; in setParaRunsOnly() 2699 case UBIDI_REORDER_DEFAULT: in ubidi_setPara()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 622 * set to <code>#UBIDI_REORDER_DEFAULT</code>. 703 UBIDI_REORDER_DEFAULT = 0, enumerator 755 * <code>#UBIDI_REORDER_DEFAULT</code>, this function changes the behavior of 770 * <li>When the reordering mode is set to <code>#UBIDI_REORDER_DEFAULT</code>,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 622 * set to <code>#UBIDI_REORDER_DEFAULT</code>. 703 UBIDI_REORDER_DEFAULT = 0, enumerator 755 * <code>#UBIDI_REORDER_DEFAULT</code>, this function changes the behavior of 770 * <li>When the reordering mode is set to <code>#UBIDI_REORDER_DEFAULT</code>,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 621 * set to <code>#UBIDI_REORDER_DEFAULT</code>. 702 UBIDI_REORDER_DEFAULT = 0, enumerator 754 * <code>#UBIDI_REORDER_DEFAULT</code>, this function changes the behavior of 769 * <li>When the reordering mode is set to <code>#UBIDI_REORDER_DEFAULT</code>,
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditransformtst.c | 185 ubidi_writeReordered(pBidi, expected, STR_CAPACITY, UBIDI_REORDER_DEFAULT, &errorCode); in testAutoDirection()
|
H A D | cbiditst.c | 424 "UBIDI_REORDER_DEFAULT", 1777 ubidi_setReorderingMode(bidi, UBIDI_REORDER_DEFAULT - 1); in testFailureRecovery() 2125 ubidi_setReorderingMode(pBidi, UBIDI_REORDER_DEFAULT); in testMultipleParagraphs() 4070 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT) in assertRoundTrip() 4072 SET_ROUND_TRIP_MODE(UBIDI_REORDER_DEFAULT) in assertRoundTrip()
|
Completed in 29 milliseconds