Searched refs:seqStart (Results 1 – 1 of 1) sorted by relevance
56 Sequence< sal_Int8 > seqStart; in readAndConvert() local61 if( nRead + seqStart.getLength()) in readAndConvert()67 if( seqStart.getLength() ) in readAndConvert()71 seq.realloc( seqStart.getLength() + nLength ); in readAndConvert()73 memmove (seq.getArray() + seqStart.getLength(), in readAndConvert()77 seqStart.getConstArray(), in readAndConvert()78 seqStart.getLength()); in readAndConvert()85 seqStart = seq; in readAndConvert()95 seqStart = Sequence < sal_Int8 > (); in readAndConvert()
Completed in 11 milliseconds