Searched refs:lGCount (Results 1 – 1 of 1) sorted by relevance
323 sal_uLong lGCount; in ReadChars() local324 if( SVSTREAM_OK != rInput.GetError() || 0 == (lGCount = in ReadChars()336 lGCount+=nArrOffset; in ReadChars()341 sal_Size nNewLen = lGCount, nCntBytes; in ReadChars()345 pArr, lGCount, pBuf, nNewLen, in ReadChars()354 if( 0 != ( nArrOffset = lGCount - nCntBytes ) ) in ReadChars()364 pEnd = (sal_Unicode*)(pArr + lGCount); in ReadChars()369 for( sal_uLong n = 0; n < lGCount; n += 2, pF += 2, pN += 2 ) in ReadChars()379 nReadCnt += lGCount; in ReadChars()
Completed in 14 milliseconds