Searched refs:SetDictionarySize (Results 1 – 5 of 5) sorted by relevance
154 boolean SetDictionarySize(int dictionarySize) in SetDictionarySize() method in Decoder327 return SetDictionarySize(dictionarySize); in SetDecoderProperties()
1363 public boolean SetDictionarySize(int dictionarySize) in SetDictionarySize() method in Encoder
167 void SetDictionarySize(uint dictionarySize) in SetDictionarySize() method in SevenZip.Compression.LZMA.Decoder362 SetDictionarySize(dictionarySize); in SetDecoderProperties()
206 if (!encoder.SetDictionarySize(params.DictionarySize)) in main()
306 if (!encoder.SetDictionarySize(dictionarySize)) in LzmaBenchmark()