Lines Matching refs:nSourceCount
393 sal_Size nSourceCount = 0; in convert() local
419 ( const sal_Char * ) &( pbSource[nSourceCount] ), in convert()
420 nSourceSize - nSourceCount , in convert()
428 nSourceCount += nSrcCvtBytes; in convert()
438 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert()
439 memcpy( m_seqSource.getArray() , &(pbSource[nSourceCount]) , nSourceSize-nSourceCount ); in convert()
501 sal_Size nSourceCount = 0; in convert() local
518 &( puSource[nSourceCount] ), in convert()
519 nSourceSize - nSourceCount , in convert()
526 nSourceCount += nSrcCvtChars; in convert()
539 m_seqSource.realloc( nSourceSize - nSourceCount ); in convert()
541 &(puSource[nSourceCount]), in convert()
542 (nSourceSize - nSourceCount) * sizeof( sal_Unicode ) ); in convert()