Searched refs:UBIDI_RTL (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1351 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL, in testGetBaseDirection() 1352 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR, in testGetBaseDirection() 1353 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection() 1355 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection() 1387 if (dir != UBIDI_RTL ) in testGetBaseDirection() 1389 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection() 1392 if (dir != UBIDI_RTL ) in testGetBaseDirection() 1394 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection() 1448 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc() 1452 if (level != UBIDI_RTL) { in doMisc() [all …]
|
D | cbididat.c | 381 UBIDI_RTL, 1, 399 UBIDI_RTL, 1, 432 UBIDI_RTL, 1, 437 {testText16, ARRAY_LENGTH(testText16), UBIDI_RTL, 0, 8, 443 {testTextXX, ARRAY_LENGTH(testTextXX), UBIDI_RTL, -1, -1,
|
/external/icu/icu4c/source/common/unicode/ |
D | ubidi.h | 441 UBIDI_RTL, enumerator
|
/external/icu/icu4c/source/samples/layout/ |
D | paragraph.cpp | 235 if (fParagraphLevel == UBIDI_RTL) { in draw()
|
D | pflow.c | 330 if (obj->fParagraphLevel == UBIDI_RTL) { in pf_draw()
|
/external/icu/icu4c/source/common/ |
D | ubidiln.c | 233 case UBIDI_RTL: in ubidi_setLine() 886 case UBIDI_RTL: in ubidi_getVisualIndex() 996 else if(pBiDi->direction==UBIDI_RTL) { in ubidi_getLogicalIndex()
|
D | ubidi.c | 363 return UBIDI_RTL; in ubidi_getBaseDirection() 1010 return UBIDI_RTL; in directionFromFlags() 2666 case UBIDI_RTL: in ubidi_setPara()
|
/external/icu/icu4c/source/test/letest/ |
D | cletest.c | 671 if (pl_getVisualRunDirection(visualRun) == UBIDI_RTL) { in GlyphToCharTest()
|
D | letest.cpp | 901 if (visualRun->getDirection() == UBIDI_RTL) { in GlyphToCharTest()
|
/external/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 1099 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL; in appendRun()
|