Home
last modified time | relevance | path

Searched refs:seqStart (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx55 Sequence< sal_Int8 > seqStart; in readAndConvert() local
60 if( nRead + seqStart.getLength()) in readAndConvert()
66 if( seqStart.getLength() ) in readAndConvert()
70 seq.realloc( seqStart.getLength() + nLength ); in readAndConvert()
72 memmove (seq.getArray() + seqStart.getLength(), in readAndConvert()
76 seqStart.getConstArray(), in readAndConvert()
77 seqStart.getLength()); in readAndConvert()
84 seqStart = seq; in readAndConvert()
94 seqStart = Sequence < sal_Int8 > (); in readAndConvert()