Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx41 sal_Int32 XMLFile2UTFConverter::readAndConvert( Sequence<sal_Int8> &seq , sal_Int32 nMaxToRead ) in readAndConvert() argument
51 nMaxToRead = Max( 512 , nMaxToRead ); // it should be possible to find the encoding attribute in readAndConvert()
59 nRead = m_in->readSomeBytes( seq , nMaxToRead ); in readAndConvert()
/trunk/main/sax/inc/
H A Dxml2utf.hxx110 sal_Int32 readAndConvert( ::com::sun::star::uno::Sequence<sal_Int8> &seq , sal_Int32 nMaxToRead )

Completed in 20 milliseconds