Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java73 static final int EIGHTBIT = 8; field in Base64
238 int lengthDataBits = binaryData.length * EIGHTBIT; in encodeBase64()
326 if (fewerThan24bits == EIGHTBIT) { in encodeBase64()