Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java159 private final static byte EQUALS_SIGN = (byte)'='; field in Base64
526 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()
532 destination[ destOffset + 2 ] = EQUALS_SIGN; in encode3to4()
533 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()
851 if( source[ srcOffset + 2] == EQUALS_SIGN ) in decode4to3()
864 else if( source[ srcOffset + 3 ] == EQUALS_SIGN ) in decode4to3()
952 if( sbiCrop == EQUALS_SIGN ) in decode()

Completed in 23 milliseconds