Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DInflaterTest.java892 Deflater defDictNo = new Deflater(9); in testSetDictionary$B() local
899 defDictNo.setInput(inputString.getBytes()); in testSetDictionary$B()
903 defDictNo.finish(); in testSetDictionary$B()
907 int dataLenNo = defDictNo.deflate(outputNo); in testSetDictionary$B()
911 defDictNo.end(); in testSetDictionary$B()