Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java462 private static byte[] encode3to4( byte[] b4, byte[] threeBytes, int numSigBytes, int options ) in encode3to4() method in Base64
464 encode3to4( threeBytes, 0, numSigBytes, b4, 0, options ); in encode3to4()
492 private static byte[] encode3to4( in encode3to4() method in Base64
782 encode3to4( source, d+off, 3, outBuff, e, options ); in encodeBytes()
795 encode3to4( source, d+off, len - d, outBuff, e, options ); in encodeBytes()
1470 encode3to4( b3, 0, numBinaryBytes, buffer, 0, options ); in read()
1694 out.write( encode3to4( b4, buffer, bufferLength, options ) ); in write()
1768 out.write( encode3to4( b4, buffer, position, options ) ); in flushBase64()

Completed in 15 milliseconds