Lines Matching refs:paraLevels
1816 …static const UBiDiLevel paraLevels[]={UBIDI_LTR, UBIDI_RTL, UBIDI_DEFAULT_LTR, UBIDI_DEFAULT_RTL, … in testMultipleParagraphs() local
1902 ubidi_setPara(pBidi, src, srcSize, paraLevels[k], NULL, &errorCode); in testMultipleParagraphs()
1907 paraLevels[k], i, paraIndex, i); in testMultipleParagraphs()
1911 paraLevels[k], i, gotLevel, multiLevels[k][i]); in testMultipleParagraphs()
1917 paraLevels[k], gotLevel, multiLevels[k][0]); in testMultipleParagraphs()
3619 static const UBiDiLevel paraLevels[] = { UBIDI_LTR, UBIDI_RTL }; variable
3683 #define LEVELS_COUNT UPRV_LENGTHOF(paraLevels)
4214 level = paraLevels[j]; in testReorderRunsOnly()
4320 ubidi_setPara(pBiDi, src, srcLen, paraLevels[level], NULL, &rc); in testReorderingMode()
4336 options[option].value, paraLevels[level], destChars); in testReorderingMode()
4351 mode, option, paraLevels[level])) { in testReorderingMode()
4357 paraLevels[level])) { in testReorderingMode()
4362 options[option].description, paraLevels[level], in testReorderingMode()
4447 int nTests = UPRV_LENGTHOF(testData), nLevels = UPRV_LENGTHOF(paraLevels); in testStreaming()
4462 level = paraLevels[levelIndex]; in testStreaming()
4499 paraLevels[levelIndex], testData[i].textIn, in testStreaming()