• Home
  • Raw
  • Download

Lines Matching refs:UBIDI_RTL

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()
1454 "%d, got %d instead\n", i, UBIDI_RTL, level); in doMisc()
1460 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1464 if (level != UBIDI_RTL) { in doMisc()
1466 "%d, got %d instead\n", i, UBIDI_RTL, level); in doMisc()
1472 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1485 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1511 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1520 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1661 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1758 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in testFailureRecovery()
1778 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in testFailureRecovery()
1809 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs()
1920 if (gotLevel!=UBIDI_RTL) { in testMultipleParagraphs()
1922 gotLevel, UBIDI_RTL); in testMultipleParagraphs()
1944 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
1954 if (gotLevels[i]!=UBIDI_RTL) { in testMultipleParagraphs()
1956 i, src[i], gotLevels[i], UBIDI_RTL); in testMultipleParagraphs()
1979 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) { in testMultipleParagraphs()
1982 … paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL); in testMultipleParagraphs()
1994 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
2011 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=0)) { in testMultipleParagraphs()
2014 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], 0); in testMultipleParagraphs()
2052 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
2417 ubidi_setPara(bidi, src, UPRV_LENGTHOF(src), UBIDI_RTL, NULL, &errorCode); in _testMisc()
3612 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL };
4801 /*10*/ {"", ".-=abc-+*", "", "*+-abc=-.", UBIDI_RTL},
4802 /*11*/ {" ", ".-=abc-+*", " ", "*+-abc=-.", UBIDI_RTL},
4803 /*12*/ {"D", ".-=abc-+*", "G", "*+-abc=-.", UBIDI_RTL},
4804 /*13*/ {"x", ".-=abc-+*", "", "*+-.-=abc", UBIDI_RTL},
4805 /*14*/ {"", ".-=abc-+*", " y", "abc-+*=-.", UBIDI_RTL},
4806 /*15*/ {"", ".-=abc-+*", " 2", "abc-+*=-.", UBIDI_RTL},
4807 /*16*/ {" x 1", ".-=abc-+*", " 2", ".-=abc-+*", UBIDI_RTL},
4808 /*17*/ {" x 7", ".-=abc-+*", " 8", "*+-.-=abc", UBIDI_RTL},
4809 /*18*/ {"x|", ".-=abc-+*", " 8", "*+-abc=-.", UBIDI_RTL},
4810 /*19*/ {"G|y", ".-=abc-+*", " 8", "*+-.-=abc", UBIDI_RTL},