Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java83 static final int TWENTYFOURBITGROUP = 24; field in Base64
239 int fewerThan24bits = lengthDataBits % TWENTYFOURBITGROUP; in encodeBase64()
240 int numberTriplets = lengthDataBits / TWENTYFOURBITGROUP; in encodeBase64()