Lines Matching refs:paraLevels
1817 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs() local
1903 ubidi_setPara(pBidi, src, srcSize, paraLevels[k], NULL, &errorCode); in testMultipleParagraphs()
1908 paraLevels[k], i, paraIndex, i); in testMultipleParagraphs()
1912 paraLevels[k], i, gotLevel, multiLevels[k][i]); in testMultipleParagraphs()
1918 paraLevels[k], gotLevel, multiLevels[k][0]); in testMultipleParagraphs()
3620 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL }; variable
3684 #define LEVELS_COUNT UPRV_LENGTHOF(paraLevels)
4215 level = paraLevels[j]; in testReorderRunsOnly()
4321 ubidi_setPara(pBiDi, src, srcLen, paraLevels[level], NULL, &rc); in testReorderingMode()
4337 options[option].value, paraLevels[level], destChars); in testReorderingMode()
4352 mode, option, paraLevels[level])) { in testReorderingMode()
4358 paraLevels[level])) { in testReorderingMode()
4363 options[option].description, paraLevels[level], in testReorderingMode()
4448 int nTests = UPRV_LENGTHOF(testData), nLevels = UPRV_LENGTHOF(paraLevels); in testStreaming()
4463 level = paraLevels[levelIndex]; in testStreaming()
4500 paraLevels[levelIndex], testData[i].textIn, in testStreaming()