Searched defs:SetDictionarySize (Results 1 - 3 of 3) sorted by relevance

/external/lzma/Java/SevenZip/Compression/LZMA/
H A DDecoder.java154 boolean SetDictionarySize(int dictionarySize) method in class:Decoder
327 return SetDictionarySize(dictionarySize);
H A DEncoder.java1363 public boolean SetDictionarySize(int dictionarySize) method in class:Encoder
/external/lzma/CS/7zip/Compress/LZMA/
H A DLzmaDecoder.cs167 void SetDictionarySize(uint dictionarySize) method in class:SevenZip.Compression.LZMA.Decoder
362 SetDictionarySize(dictionarySize);

Completed in 243 milliseconds