Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java172 private final static byte WHITE_SPACE_ENC = -5; // Indicates white space in encoding field in Base64
941 if( sbiDecode >= WHITE_SPACE_ENC ) // White space, Equals sign or better in decode()
1490 while( b >= 0 && decodabet[ b & 0x7f ] <= WHITE_SPACE_ENC ); in read()
1711 if( decodabet[ theByte & 0x7f ] > WHITE_SPACE_ENC ) in write()
1722 else if( decodabet[ theByte & 0x7f ] != WHITE_SPACE_ENC ) in write()

Completed in 15 milliseconds