HomeSort by relevance Sort by last modified time
    Searched defs:SetDictionarySize (Results 1 - 3 of 3) sorted by null

  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 167 void SetDictionarySize(uint dictionarySize)
362 SetDictionarySize(dictionarySize);
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 154 boolean SetDictionarySize(int dictionarySize)
327 return SetDictionarySize(dictionarySize);
Encoder.java     [all...]

Completed in 2164 milliseconds