• Home
  • Raw
  • Download

Lines Matching refs:gotLevel

1846     UBiDiLevel gotLevel;  in testMultipleParagraphs()  local
1904 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode); in testMultipleParagraphs()
1909 if (gotLevel!=multiLevels[k][i]) { in testMultipleParagraphs()
1911 paraLevels[k], i, gotLevel, multiLevels[k][i]); in testMultipleParagraphs()
1914 gotLevel=ubidi_getParaLevel(pBidi); in testMultipleParagraphs()
1915 if (gotLevel!=multiLevels[k][0]) { in testMultipleParagraphs()
1917 paraLevels[k], gotLevel, multiLevels[k][0]); in testMultipleParagraphs()
1926 gotLevel=ubidi_getParaLevel(pBidi); in testMultipleParagraphs()
1927 if (gotLevel!=UBIDI_RTL) { in testMultipleParagraphs()
1929 gotLevel, UBIDI_RTL); in testMultipleParagraphs()
1977 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &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()
2015 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &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()
2045 if ((k=ubidi_getLevelAt(pLine, j)) != (gotLevel=gotLevels[paraStart+j])) { in testMultipleParagraphs()
2048 i, j, src[paraStart+j], k, gotLevel); in testMultipleParagraphs()
2082 for (gotLevel=4; gotLevel<=5; gotLevel++) { in testMultipleParagraphs()
2084 ubidi_setPara(pBidi, src, srcSize, gotLevel, NULL, &errorCode); in testMultipleParagraphs()
2087 if (gotLevels[k]!=gotLevel) { in testMultipleParagraphs()
2090 src[0], src[4], k, gotLevels[k], gotLevel); in testMultipleParagraphs()