Lines Matching refs:gotLevels
400 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); in formatLevels() local
410 k = gotLevels[i]; in formatLevels()
1847 const UBiDiLevel* gotLevels; in testMultipleParagraphs() local
1953 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
1961 if (gotLevels[i]!=UBIDI_RTL) { in testMultipleParagraphs()
1963 i, src[i], gotLevels[i], UBIDI_RTL); in testMultipleParagraphs()
1978 gotLevels=ubidi_getLevels(pLine, &errorCode); in testMultipleParagraphs()
1986 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) { in testMultipleParagraphs()
1989 … paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL); in testMultipleParagraphs()
2003 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2005 if (gotLevels[i]!=0) { in testMultipleParagraphs()
2007 i, src[i], gotLevels[i], 0); in testMultipleParagraphs()
2016 gotLevels=ubidi_getLevels(pLine, &errorCode); in testMultipleParagraphs()
2018 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=0)) { in testMultipleParagraphs()
2021 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], 0); in testMultipleParagraphs()
2024 log_verbose(" %d", gotLevels[count]); in testMultipleParagraphs()
2038 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2045 if ((k=ubidi_getLevelAt(pLine, j)) != (gotLevel=gotLevels[paraStart+j])) { in testMultipleParagraphs()
2060 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2066 if (gotLevels[i]!=levels2[i]) { in testMultipleParagraphs()
2068 i, src[i], gotLevels[i], levels2[i]); in testMultipleParagraphs()
2085 gotLevels=ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2087 if (gotLevels[k]!=gotLevel) { in testMultipleParagraphs()
2090 src[0], src[4], k, gotLevels[k], gotLevel); in testMultipleParagraphs()
2150 gotLevels = ubidi_getLevels(pBidi, &errorCode); in testMultipleParagraphs()
2157 if (gotLevels[i] != multiparaTestLevels[i]) { in testMultipleParagraphs()
2160 i, multiparaTestLevels[i], gotLevels[i]); in testMultipleParagraphs()