/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditransformtst.c | 145 * output either <code>UBIDI_LTR</code> or <code>UBIDI_RTL</code>. Order is 156 UBIDI_LTR, UBIDI_RTL in testAutoDirection() 186 if (outLevels[j] == UBIDI_RTL) { in testAutoDirection() 290 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_LOGICAL, in testAllTransformOptions() 295 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_VISUAL, in testAllTransformOptions() 300 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_LOGICAL, in testAllTransformOptions() 305 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_VISUAL, in testAllTransformOptions() 310 { UBIDI_RTL, UBIDI_LOGICA in testAllTransformOptions() [all...] |
H A D | cbididat.c | 384 UBIDI_RTL, 1, 402 UBIDI_RTL, 1, 435 UBIDI_RTL, 1, 440 {testText16, UPRV_LENGTHOF(testText16), UBIDI_RTL, 0, 8, 446 {testTextXX, UPRV_LENGTHOF(testTextXX), UBIDI_RTL, -1, -1,
|
H A D | cbiditst.c | 1362 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL, in testGetBaseDirection() 1363 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR, in testGetBaseDirection() 1364 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection() 1366 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection() 1398 if (dir != UBIDI_RTL ) in testGetBaseDirection() 1400 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection() 1403 if (dir != UBIDI_RTL ) in testGetBaseDirection() 1405 "\nExpected %d \nReceived %d", UBIDI_RTL, di in testGetBaseDirection() [all...] |
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu_bidi.cpp | 46 uint8_t bidiLevel = (dir == SkBidiIterator::kLTR) ? UBIDI_LTR : UBIDI_RTL; in makeBidiIterator() 100 uint8_t bidiLevel = (dir == TextDirection::kLTR) ? UBIDI_LTR : UBIDI_RTL; in extractBidi()
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | ubidi.h | 453 UBIDI_RTL, enumerator 1297 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code> 1316 * type R or AL, <code>UBIDI_RTL</code> is returned. If the string does 1331 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>, 1571 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | ubidi.h | 453 UBIDI_RTL, enumerator 1297 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code> 1316 * type R or AL, <code>UBIDI_RTL</code> is returned. If the string does 1331 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>, 1571 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>,
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | ubidi.h | 452 UBIDI_RTL, enumerator 1296 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code> 1315 * type R or AL, <code>UBIDI_RTL</code> is returned. If the string does 1330 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>, 1570 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>,
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | pflow.c | 335 if (obj->fParagraphLevel == UBIDI_RTL) { in pf_draw()
|
H A D | paragraph.cpp | 241 if (fParagraphLevel == UBIDI_RTL) { in draw()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | paragraph.cpp | 241 if (fParagraphLevel == UBIDI_RTL) { in draw()
|
H A D | pflow.c | 333 if (obj->fParagraphLevel == UBIDI_RTL) { in pf_draw()
|
/third_party/icu/icu4c/source/common/ |
H A D | ubidiln.cpp | 235 case UBIDI_RTL: in ubidi_setLine() 886 case UBIDI_RTL: in ubidi_getVisualIndex() 996 else if(pBiDi->direction==UBIDI_RTL) { in ubidi_getLogicalIndex()
|
H A D | ubiditransform.cpp | 28 #define RTL UBIDI_RTL
|
H A D | ubidi.cpp | 362 return UBIDI_RTL; in ubidi_getBaseDirection() 1014 return UBIDI_RTL; in directionFromFlags() 2690 case UBIDI_RTL: in ubidi_setPara()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiln.cpp | 235 case UBIDI_RTL: in ubidi_setLine() 886 case UBIDI_RTL: in ubidi_getVisualIndex() 996 else if(pBiDi->direction==UBIDI_RTL) { in ubidi_getLogicalIndex()
|
H A D | ubiditransform.cpp | 28 #define RTL UBIDI_RTL
|
H A D | ubidi.cpp | 362 return UBIDI_RTL; in ubidi_getBaseDirection() 1014 return UBIDI_RTL; in directionFromFlags() 2690 case UBIDI_RTL: in ubidi_setPara()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ubidiln.cpp | 235 case UBIDI_RTL: in ubidi_setLine() 886 case UBIDI_RTL: in ubidi_getVisualIndex() 996 else if(pBiDi->direction==UBIDI_RTL) { in ubidi_getLogicalIndex()
|
H A D | ubiditransform.cpp | 28 #define RTL UBIDI_RTL
|
H A D | ubidi.cpp | 362 return UBIDI_RTL; in ubidi_getBaseDirection() 1014 return UBIDI_RTL; in directionFromFlags() 2690 case UBIDI_RTL: in ubidi_setPara()
|
/third_party/icu/icu4c/source/layoutex/ |
H A D | ParagraphLayout.cpp | 1101 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL; in appendRun()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof.cpp | 806 if (direction != UBIDI_LTR && direction != UBIDI_RTL) { in uspoof_getBidiSkeletonUnicodeString()
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | letest.cpp | 903 if (visualRun->getDirection() == UBIDI_RTL) { in GlyphToCharTest()
|
H A D | cletest.c | 673 if (pl_getVisualRunDirection(visualRun) == UBIDI_RTL) { in GlyphToCharTest()
|