Searched defs:DICTIONARY_LENGTH (Results 1 – 1 of 1) sorted by relevance
52 private static final int DICTIONARY_LENGTH = 3; field in DeflaterDictionaryTests96 … deflater.setDictionary(DICTIONARY.getBytes(UTF_8), dictionary_offset, DICTIONARY_LENGTH); in testByteArray() local111 … inflater.setDictionary(DICTIONARY.getBytes(UTF_8), dictionary_offset, DICTIONARY_LENGTH); in testByteArray() local