Searched refs:i_nBufferLength (Results 1 – 1 of 1) sorted by relevance
58 rtl::OUString encodeBase64( const sal_Int8* i_pBuffer, const sal_uInt32 i_nBufferLength ) in encodeBase64() argument60 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 12 milliseconds