Home
last modified time | relevance | path

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

/trunk/main/sdext/source/pdfimport/tree/
H A Dimagecontainer.cxx58 rtl::OUString encodeBase64( const sal_Int8* i_pBuffer, const sal_uInt32 i_nBufferLength ) in encodeBase64() argument
60 rtl::OUStringBuffer aBuf( (i_nBufferLength+1) * 4 / 3 ); in encodeBase64()
61 const sal_Int32 nRemain(i_nBufferLength%3); in encodeBase64()
62 const sal_Int32 nFullTripleLength( i_nBufferLength - (i_nBufferLength%3)); in encodeBase64()
88 const sal_Int32 nStart(i_nBufferLength-nRemain); in encodeBase64()

Completed in 15 milliseconds