Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DInflaterTest.java1023 Deflater defDict3 = new Deflater(9); in testSetDictionary$BII() local
1027 defDict3.setDictionary(dictionary2.getBytes(), 4, 4); in testSetDictionary$BII()
1031 defDict3.setInput(inputString.getBytes()); in testSetDictionary$BII()
1035 defDict3.finish(); in testSetDictionary$BII()
1039 int dataLen3 = defDict3.deflate(output3); in testSetDictionary$BII()
1043 defDict3.end(); in testSetDictionary$BII()