• Home
  • Raw
  • Download

Lines Matching refs:UBIDI_RTL

1355         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()
1458 "%d, got %d instead\n", i, UBIDI_RTL, level); in doMisc()
1464 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1468 if (level != UBIDI_RTL) { in doMisc()
1470 "%d, got %d instead\n", i, UBIDI_RTL, level); in doMisc()
1476 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1489 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1515 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1524 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1665 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1762 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in testFailureRecovery()
1782 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in testFailureRecovery()
1813 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs()
1924 if (gotLevel!=UBIDI_RTL) { in testMultipleParagraphs()
1926 gotLevel, UBIDI_RTL); in testMultipleParagraphs()
1948 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
1958 if (gotLevels[i]!=UBIDI_RTL) { in testMultipleParagraphs()
1960 i, src[i], gotLevels[i], UBIDI_RTL); in testMultipleParagraphs()
1983 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) { in testMultipleParagraphs()
1986 … paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL); in testMultipleParagraphs()
1998 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
2015 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=0)) { in testMultipleParagraphs()
2018 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], 0); in testMultipleParagraphs()
2056 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
2421 ubidi_setPara(bidi, src, UPRV_LENGTHOF(src), UBIDI_RTL, NULL, &errorCode); in _testMisc()
3616 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL };
4805 /*10*/ {"", ".-=abc-+*", "", "*+-abc=-.", UBIDI_RTL},
4806 /*11*/ {" ", ".-=abc-+*", " ", "*+-abc=-.", UBIDI_RTL},
4807 /*12*/ {"D", ".-=abc-+*", "G", "*+-abc=-.", UBIDI_RTL},
4808 /*13*/ {"x", ".-=abc-+*", "", "*+-.-=abc", UBIDI_RTL},
4809 /*14*/ {"", ".-=abc-+*", " y", "abc-+*=-.", UBIDI_RTL},
4810 /*15*/ {"", ".-=abc-+*", " 2", "abc-+*=-.", UBIDI_RTL},
4811 /*16*/ {" x 1", ".-=abc-+*", " 2", ".-=abc-+*", UBIDI_RTL},
4812 /*17*/ {" x 7", ".-=abc-+*", " 8", "*+-.-=abc", UBIDI_RTL},
4813 /*18*/ {"x|", ".-=abc-+*", " 8", "*+-abc=-.", UBIDI_RTL},
4814 /*19*/ {"G|y", ".-=abc-+*", " 8", "*+-.-=abc", UBIDI_RTL},