Searched refs:UBIDI_RTL (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbididat.c381 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,
H A Dcbiditst.c1347 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL,
1348 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR,
1349 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL,
1351 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL
1383 if (dir != UBIDI_RTL )
1385 "\nExpected %d \nReceived %d", UBIDI_RTL, dir);
1388 if (dir != UBIDI_RTL )
1390 "\nExpected %d \nReceived %d", UBIDI_RTL, di
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbididat.c381 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,
H A Dcbiditst.c1349 UBIDI_LTR, UBIDI_RTL, UBIDI_RTL,
1350 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR,
1351 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL,
1353 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL
1385 if (dir != UBIDI_RTL )
1387 "\nExpected %d \nReceived %d", UBIDI_RTL, dir);
1390 if (dir != UBIDI_RTL )
1392 "\nExpected %d \nReceived %d", UBIDI_RTL, di
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dubidi.h441 UBIDI_RTL, enumerator in enum:UBiDiDirection
1278 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>
1297 * type R or AL, <code>UBIDI_RTL</code> is returned. If the string does
1312 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>,
1552 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>,
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dparagraph.cpp230 if (fParagraphLevel == UBIDI_RTL) {
H A Dpflow.c330 if (obj->fParagraphLevel == UBIDI_RTL) {
/external/icu/icu4c/source/common/unicode/
H A Dubidi.h441 UBIDI_RTL, enumerator in enum:UBiDiDirection
1278 * @return a value of <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>
1297 * type R or AL, <code>UBIDI_RTL</code> is returned. If the string does
1312 * @return <code>UBIDI_LTR</code>, <code>UBIDI_RTL</code>,
1552 * <code>UBIDI_LTR==0</code> or <code>UBIDI_RTL==1</code>,
/external/icu/icu4c/source/samples/layout/
H A Dparagraph.cpp230 if (fParagraphLevel == UBIDI_RTL) {
H A Dpflow.c330 if (obj->fParagraphLevel == UBIDI_RTL) {
/external/chromium_org/third_party/icu/source/common/
H A Dubidiln.c237 case UBIDI_RTL:
890 case UBIDI_RTL:
1000 else if(pBiDi->direction==UBIDI_RTL) {
H A Dubidi.c363 return UBIDI_RTL;
938 return UBIDI_RTL;
2569 case UBIDI_RTL:
/external/icu/icu4c/source/common/
H A Dubidiln.c237 case UBIDI_RTL:
890 case UBIDI_RTL:
1000 else if(pBiDi->direction==UBIDI_RTL) {
H A Dubidi.c363 return UBIDI_RTL;
1010 return UBIDI_RTL;
2665 case UBIDI_RTL:
/external/chromium_org/third_party/icu/source/test/letest/
H A Dcletest.c668 if (pl_getVisualRunDirection(visualRun) == UBIDI_RTL) {
H A Dletest.cpp899 if (visualRun->getDirection() == UBIDI_RTL) {
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1099 UBiDiDirection direction = ((fStyleRunInfo[run].level & 1) == 0)? UBIDI_LTR : UBIDI_RTL;
/external/icu/icu4c/source/test/letest/
H A Dcletest.c669 if (pl_getVisualRunDirection(visualRun) == UBIDI_RTL) {
H A Dletest.cpp900 if (visualRun->getDirection() == UBIDI_RTL) {

Completed in 789 milliseconds