/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditransformtst.c | 144 * <code>UBIDI_DEFAULT_LTR</code> or <code>UBIDI_DEFAULT_RTL</code>, and the 153 UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL in testAutoDirection() 360 { UBIDI_DEFAULT_RTL, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_VISUAL, in testAllTransformOptions() 375 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_DEFAULT_RTL, UBIDI_VISUAL, in testAllTransformOptions()
|
H A D | cbididat.c | 416 {testText12, UPRV_LENGTHOF(testText12), UBIDI_DEFAULT_RTL, -1, -1,
|
H A D | cbiditst.c | 1572 ubidi_setPara(bidi, src, 0, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1579 ubidi_setPara(bidi, src, srcLen, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1587 ubidi_setPara(bidi, src, srcLen, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1595 ubidi_setPara(bidi, src, srcLen, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1604 ubidi_setPara(bidi, src, srcLen, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1613 ubidi_setPara(bidi, src, srcLen, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1622 ubidi_setPara(bidi, src, srcLen, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1634 ubidi_setPara(bidi, src, srcLen, UBIDI_DEFAULT_RTL, NULL, &errorCode); in doMisc() 1820 static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, 22, 23}; in testMultipleParagraphs() 2041 ubidi_setPara(pBidi, src, srcSize, UBIDI_DEFAULT_RTL, NUL in testMultipleParagraphs() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ubiditransform.cpp | 386 * <code>UBIDI_DEFAULT_RTL</code>, resolve the base direction according to that 395 case UBIDI_DEFAULT_RTL: { in resolveBaseDirection() 398 : *pInLevel == UBIDI_DEFAULT_RTL ? static_cast<UBiDiLevel>(RTL) : static_cast<UBiDiLevel>(LTR); in resolveBaseDirection() 407 case UBIDI_DEFAULT_RTL: in resolveBaseDirection()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubiditransform.cpp | 386 * <code>UBIDI_DEFAULT_RTL</code>, resolve the base direction according to that 395 case UBIDI_DEFAULT_RTL: { in resolveBaseDirection() 398 : *pInLevel == UBIDI_DEFAULT_RTL ? static_cast<UBiDiLevel>(RTL) : static_cast<UBiDiLevel>(LTR); in resolveBaseDirection() 407 case UBIDI_DEFAULT_RTL: in resolveBaseDirection()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubiditransform.cpp | 386 * <code>UBIDI_DEFAULT_RTL</code>, resolve the base direction according to that 395 case UBIDI_DEFAULT_RTL: { in resolveBaseDirection() 398 : *pInLevel == UBIDI_DEFAULT_RTL ? static_cast<UBiDiLevel>(RTL) : static_cast<UBiDiLevel>(LTR); in resolveBaseDirection() 407 case UBIDI_DEFAULT_RTL: in resolveBaseDirection()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | bidiconf.cpp | 329 static const UBiDiLevel paraLevels[]={ UBIDI_DEFAULT_LTR, 0, 1, UBIDI_DEFAULT_RTL }; in TestBidiTest() 495 paraLevel=UBIDI_DEFAULT_RTL; in TestBidiCharacterTest()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 226 * textDirection ? UBIDI_DEFAULT_RTL : UBIDI_DEFAULT_LTR, 312 * and <code>UBIDI_DEFAULT_RTL</code>.</li> 325 * and the one for <code>UBIDI_DEFAULT_RTL</code> is odd, 335 * @see UBIDI_DEFAULT_RTL 393 #define UBIDI_DEFAULT_RTL 0xff macro 1081 * UBIDI_DEFAULT_RTL as paraLevel and is preceded by a call to 1197 * or <code>#UBIDI_DEFAULT_RTL</code>; if the text contains multiple 1372 * UBIDI_DEFAULT_RTL. In that case, the level of the first paragraph
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 226 * textDirection ? UBIDI_DEFAULT_RTL : UBIDI_DEFAULT_LTR, 312 * and <code>UBIDI_DEFAULT_RTL</code>.</li> 325 * and the one for <code>UBIDI_DEFAULT_RTL</code> is odd, 335 * @see UBIDI_DEFAULT_RTL 393 #define UBIDI_DEFAULT_RTL 0xff macro 1081 * UBIDI_DEFAULT_RTL as paraLevel and is preceded by a call to 1197 * or <code>#UBIDI_DEFAULT_RTL</code>; if the text contains multiple 1372 * UBIDI_DEFAULT_RTL. In that case, the level of the first paragraph
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 225 * textDirection ? UBIDI_DEFAULT_RTL : UBIDI_DEFAULT_LTR, 311 * and <code>UBIDI_DEFAULT_RTL</code>.</li> 324 * and the one for <code>UBIDI_DEFAULT_RTL</code> is odd, 334 * @see UBIDI_DEFAULT_RTL 392 #define UBIDI_DEFAULT_RTL 0xff macro 1080 * UBIDI_DEFAULT_RTL as paraLevel and is preceded by a call to 1196 * or <code>#UBIDI_DEFAULT_RTL</code>; if the text contains multiple 1371 * UBIDI_DEFAULT_RTL. In that case, the level of the first paragraph
|