Home
last modified time | relevance | path

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

/external/sl4a/Common/src/org/apache/commons/codec/binary/
DBase64Codec.java193 private int currentLinePos; field in Base64Codec
503 currentLinePos += 4; in encode()
504 if (lineLength > 0 && lineLength <= currentLinePos) { in encode()
507 currentLinePos = 0; in encode()
1049 currentLinePos = 0; in reset()