• Home
  • Raw
  • Download

Lines Matching refs:pLine

38 static void doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst);
175 UBiDi *pBiDi, *pLine=NULL; in testBidi() local
182 pLine=ubidi_open(); in testBidi()
183 if(pLine!=NULL) { in testBidi()
184 doTests(pBiDi, pLine, FALSE); in testBidi()
185 doTests(pBiDi, pLine, TRUE); in testBidi()
194 if(pLine!=NULL) { in testBidi()
195 ubidi_close(pLine); in testBidi()
205 doTests(UBiDi *pBiDi, UBiDi *pLine, UBool countRunsFirst) { in doTests() argument
224 ubidi_setLine(pBiDi, lineStart, tests[testNumber].lineLimit, pLine, &errorCode); in doTests()
227 … lineStart, tests[testNumber].lineLimit, ubidi_getDirection(pLine), ubidi_getParaLevel(pLine)); in doTests()
228 doTest(pLine, testNumber, tests+testNumber, lineStart, countRunsFirst); in doTests()
1852 UBiDi* pLine; in testMultipleParagraphs() local
1933 pLine=ubidi_open(); in testMultipleParagraphs()
1936 ubidi_setLine(pBidi, i, k, pLine, &errorCode); in testMultipleParagraphs()
1944 ubidi_setLine(pBidi, i, k, pLine, &errorCode); in testMultipleParagraphs()
1956 ubidi_close(pLine); in testMultipleParagraphs()
1969 ubidi_setLine(pBidi, i, k, pLine, &errorCode); in testMultipleParagraphs()
1973 ubidi_close(pLine); in testMultipleParagraphs()
1977 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode); in testMultipleParagraphs()
1978 gotLevels=ubidi_getLevels(pLine, &errorCode); in testMultipleParagraphs()
1981 ubidi_close(pLine); in testMultipleParagraphs()
1985 length=ubidi_getLength(pLine); in testMultipleParagraphs()
2014 ubidi_setLine(pBidi, paraStart, paraLimit, pLine, &errorCode); in testMultipleParagraphs()
2015 paraIndex=ubidi_getParagraph(pLine, i, &paraStart, &paraLimit, &gotLevel, &errorCode); in testMultipleParagraphs()
2016 gotLevels=ubidi_getLevels(pLine, &errorCode); in testMultipleParagraphs()
2017 length=ubidi_getLength(pLine); in testMultipleParagraphs()
2043 ubidi_setPara(pLine, src+paraStart, length, UBIDI_DEFAULT_RTL, NULL, &errorCode); in testMultipleParagraphs()
2045 if ((k=ubidi_getLevelAt(pLine, j)) != (gotLevel=gotLevels[paraStart+j])) { in testMultipleParagraphs()
2135 ubidi_close(pLine); in testMultipleParagraphs()