Home
last modified time | relevance | path

Searched refs:UBIDI_RTL (Results 1 – 12 of 12) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcbiditransformtst.c156 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_LOGICAL, UBIDI_LTR, UBIDI_LOGICAL, in testAllTransformOptions()
315 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_VISUAL, in testAllTransformOptions()
330 { UBIDI_LTR, UBIDI_VISUAL, UBIDI_RTL, UBIDI_VISUAL, in testAllTransformOptions()
335 { UBIDI_LTR, UBIDI_VISUAL, UBIDI_RTL, UBIDI_LOGICAL, in testAllTransformOptions()
[all …]
Dcbiditst.c1355 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL, in testGetBaseDirection()
1356 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR, in testGetBaseDirection()
1357 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection()
1359 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection()
1391 if (dir != UBIDI_RTL ) in testGetBaseDirection()
1393 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection()
1396 if (dir != UBIDI_RTL ) in testGetBaseDirection()
1398 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection()
1452 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1456 if (level != UBIDI_RTL) { in doMisc()
[all …]
Dcbididat.c384 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,
/external/icu/icu4c/source/common/
Dubidiln.cpp235 case UBIDI_RTL: in ubidi_setLine()
888 case UBIDI_RTL: in ubidi_getVisualIndex()
998 else if(pBiDi->direction==UBIDI_RTL) { in ubidi_getLogicalIndex()
Dubiditransform.cpp28 #define RTL UBIDI_RTL
Dubidi.cpp365 return UBIDI_RTL; in ubidi_getBaseDirection()
1017 return UBIDI_RTL; in directionFromFlags()
2695 case UBIDI_RTL: in ubidi_setPara()
/external/icu/icu4c/source/common/unicode/
Dubidi.h443 UBIDI_RTL, enumerator
/external/icu/icu4c/source/samples/layout/
Dparagraph.cpp241 if (fParagraphLevel == UBIDI_RTL) { in draw()
Dpflow.c333 if (obj->fParagraphLevel == UBIDI_RTL) { in pf_draw()
/external/icu/icu4c/source/test/letest/
Dcletest.c673 if (pl_getVisualRunDirection(visualRun) == UBIDI_RTL) { in GlyphToCharTest()
Dletest.cpp903 if (visualRun->getDirection() == UBIDI_RTL) { in GlyphToCharTest()
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp1101 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL; in appendRun()