Home
last modified time | relevance | path

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

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java87 private static final byte[] STANDARD_ENCODE_TABLE = { field in Base64Codec
337 this.encodeTable = urlSafe ? URL_SAFE_ENCODE_TABLE : STANDARD_ENCODE_TABLE; in Base64Codec()
467 if (encodeTable == STANDARD_ENCODE_TABLE) { in encode()
478 if (encodeTable == STANDARD_ENCODE_TABLE) { in encode()