Searched refs:UBIDI_RTL (Results 1 – 12 of 12) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditransformtst.c | 155 UBIDI_LTR, UBIDI_RTL in testAutoDirection() 185 if (outLevels[j] == UBIDI_RTL) { in testAutoDirection() 289 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_LOGICAL, in testAllTransformOptions() 294 { UBIDI_LTR, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_VISUAL, in testAllTransformOptions() 299 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_LOGICAL, in testAllTransformOptions() 304 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_RTL, UBIDI_VISUAL, in testAllTransformOptions() 309 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_LOGICAL, in testAllTransformOptions() 314 { UBIDI_RTL, UBIDI_LOGICAL, UBIDI_LTR, UBIDI_VISUAL, in testAllTransformOptions() 329 { UBIDI_LTR, UBIDI_VISUAL, UBIDI_RTL, UBIDI_VISUAL, in testAllTransformOptions() 334 { UBIDI_LTR, UBIDI_VISUAL, UBIDI_RTL, UBIDI_LOGICAL, in testAllTransformOptions() [all …]
|
D | cbiditst.c | 1353 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL, in testGetBaseDirection() 1354 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR, in testGetBaseDirection() 1355 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection() 1357 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection() 1389 if (dir != UBIDI_RTL ) in testGetBaseDirection() 1391 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection() 1394 if (dir != UBIDI_RTL ) in testGetBaseDirection() 1396 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection() 1450 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc() 1454 if (level != UBIDI_RTL) { in doMisc() [all …]
|
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,
|
/external/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 443 UBIDI_RTL, enumerator
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 241 if (fParagraphLevel == UBIDI_RTL) { in draw()
|
D | pflow.c | 333 if (obj->fParagraphLevel == UBIDI_RTL) { in pf_draw()
|
/external/icu/icu4c/source/common/ |
D | ubidiln.c | 235 case UBIDI_RTL: in ubidi_setLine() 888 case UBIDI_RTL: in ubidi_getVisualIndex() 998 else if(pBiDi->direction==UBIDI_RTL) { in ubidi_getLogicalIndex()
|
D | ubiditransform.c | 28 #define RTL UBIDI_RTL
|
D | ubidi.c | 365 return UBIDI_RTL; in ubidi_getBaseDirection() 1012 return UBIDI_RTL; in directionFromFlags() 2668 case UBIDI_RTL: in ubidi_setPara()
|
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 673 if (pl_getVisualRunDirection(visualRun) == UBIDI_RTL) { in GlyphToCharTest()
|
D | letest.cpp | 903 if (visualRun->getDirection() == UBIDI_RTL) { in GlyphToCharTest()
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 1101 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL; in appendRun()
|