Searched refs:dictionary_offset (Results 1 – 1 of 1) sorted by relevance
89 public void testByteArray(int dictionary_offset) throws Exception { in testByteArray() argument96 … 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() local238 public void testInvalidOffsets(int dictionary_offset) { in testInvalidOffsets() argument245 deflater.setDictionary(dictionary, dictionary_offset, DICTIONARY_LENGTH)); in testInvalidOffsets()247 inflater.setDictionary(dictionary, dictionary_offset, DICTIONARY_LENGTH)); in testInvalidOffsets()