Lines Matching refs:gotLevels

395     const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec);  in formatLevels()  local
405 k = gotLevels[i]; in formatLevels()
1842 const UBiDiLevel* gotLevels; in testMultipleParagraphs() local
1948 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
1956 if (gotLevels[i]!=UBIDI_RTL) { in testMultipleParagraphs()
1958 i, src[i], gotLevels[i], UBIDI_RTL); in testMultipleParagraphs()
1973 gotLevels=ubidi_getLevels(pLine, &errorCode); in testMultipleParagraphs()
1981 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) { in testMultipleParagraphs()
1984 … paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL); in testMultipleParagraphs()
1998 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2000 if (gotLevels[i]!=0) { in testMultipleParagraphs()
2002 i, src[i], gotLevels[i], 0); in testMultipleParagraphs()
2011 gotLevels=ubidi_getLevels(pLine, &errorCode); in testMultipleParagraphs()
2013 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=0)) { in testMultipleParagraphs()
2016 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], 0); in testMultipleParagraphs()
2019 log_verbose(" %d", gotLevels[count]); in testMultipleParagraphs()
2033 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2040 if ((k=ubidi_getLevelAt(pLine, j)) != (gotLevel=gotLevels[paraStart+j])) { in testMultipleParagraphs()
2055 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2061 if (gotLevels[i]!=levels2[i]) { in testMultipleParagraphs()
2063 i, src[i], gotLevels[i], levels2[i]); in testMultipleParagraphs()
2080 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2082 if (gotLevels[k]!=gotLevel) { in testMultipleParagraphs()
2085 src[0], src[4], k, gotLevels[k], gotLevel); in testMultipleParagraphs()
2145 gotLevels = ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2152 if (gotLevels[i] != multiparaTestLevels[i]) { in testMultipleParagraphs()
2155 i, multiparaTestLevels[i], gotLevels[i]); in testMultipleParagraphs()