• Home
  • Raw
  • Download

Lines Matching refs:UBIDI_RTL

1359         UBIDI_LTR, UBIDI_RTL, UBIDI_RTL,  in testGetBaseDirection()
1360 UBIDI_RTL, UBIDI_RTL, UBIDI_LTR, in testGetBaseDirection()
1361 UBIDI_LTR, UBIDI_RTL, UBIDI_NEUTRAL, in testGetBaseDirection()
1363 UBIDI_NEUTRAL, UBIDI_LTR, UBIDI_RTL in testGetBaseDirection()
1395 if (dir != UBIDI_RTL ) in testGetBaseDirection()
1397 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection()
1400 if (dir != UBIDI_RTL ) in testGetBaseDirection()
1402 "\nExpected %d \nReceived %d", UBIDI_RTL, dir); in testGetBaseDirection()
1456 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1460 if (level != UBIDI_RTL) { in doMisc()
1462 "%d, got %d instead\n", i, UBIDI_RTL, level); in doMisc()
1468 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1472 if (level != UBIDI_RTL) { in doMisc()
1474 "%d, got %d instead\n", i, UBIDI_RTL, level); in doMisc()
1480 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1493 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1519 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1528 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1669 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in doMisc()
1766 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in testFailureRecovery()
1786 ubidi_setPara(bidi, src, srcLen, UBIDI_RTL, NULL, &errorCode); in testFailureRecovery()
1817 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs()
1928 if (gotLevel!=UBIDI_RTL) { in testMultipleParagraphs()
1930 gotLevel, UBIDI_RTL); in testMultipleParagraphs()
1952 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
1962 if (gotLevels[i]!=UBIDI_RTL) { in testMultipleParagraphs()
1964 i, src[i], gotLevels[i], UBIDI_RTL); in testMultipleParagraphs()
1987 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) { in testMultipleParagraphs()
1990 … paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL); in testMultipleParagraphs()
2002 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
2019 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=0)) { in testMultipleParagraphs()
2022 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], 0); in testMultipleParagraphs()
2060 ubidi_setPara(pBidi, src, srcSize, UBIDI_RTL, NULL, &errorCode); in testMultipleParagraphs()
2425 ubidi_setPara(bidi, src, UPRV_LENGTHOF(src), UBIDI_RTL, NULL, &errorCode); in _testMisc()
3620 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL };
4809 /*10*/ {"", ".-=abc-+*", "", "*+-abc=-.", UBIDI_RTL},
4810 /*11*/ {" ", ".-=abc-+*", " ", "*+-abc=-.", UBIDI_RTL},
4811 /*12*/ {"D", ".-=abc-+*", "G", "*+-abc=-.", UBIDI_RTL},
4812 /*13*/ {"x", ".-=abc-+*", "", "*+-.-=abc", UBIDI_RTL},
4813 /*14*/ {"", ".-=abc-+*", " y", "abc-+*=-.", UBIDI_RTL},
4814 /*15*/ {"", ".-=abc-+*", " 2", "abc-+*=-.", UBIDI_RTL},
4815 /*16*/ {" x 1", ".-=abc-+*", " 2", ".-=abc-+*", UBIDI_RTL},
4816 /*17*/ {" x 7", ".-=abc-+*", " 8", "*+-.-=abc", UBIDI_RTL},
4817 /*18*/ {"x|", ".-=abc-+*", " 8", "*+-abc=-.", UBIDI_RTL},
4818 /*19*/ {"G|y", ".-=abc-+*", " 8", "*+-.-=abc", UBIDI_RTL},