Searched refs:getMaxLineLength (Results 1 – 4 of 4) sorted by relevance
199 public int getMaxLineLength() { return _maxLineLength; } in getMaxLineLength() method in Base64Variant385 int chunksBeforeLF = getMaxLineLength() >> 2; in encode()401 chunksBeforeLF = getMaxLineLength() >> 2; in encode()439 int chunksBeforeLF = getMaxLineLength() >> 2; in encode()451 chunksBeforeLF = getMaxLineLength() >> 2; in encode()
1565 int chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1581 chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1610 int chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1632 chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1671 int chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1695 chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()
1878 int chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1894 chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1923 int chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1945 chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()1984 int chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()2008 chunksBeforeLF = b64variant.getMaxLineLength() >> 2; in _writeBinary()
42 assertEquals(76, std.getMaxLineLength()); in testProps()