Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java63 static final int BASELENGTH = 255; field in Base64
102 private static byte[] base64Alphabet = new byte[BASELENGTH];
107 for (int i = 0; i < BASELENGTH; i++) {