Searched defs:SetDictionarySize (Results 1 - 3 of 3) sorted by relevance
/external/lzma/Java/SevenZip/Compression/LZMA/ | ||
H A D | Decoder.java | 154 boolean SetDictionarySize(int dictionarySize)
method in class:Decoder 327 return SetDictionarySize(dictionarySize); |
H A D | Encoder.java | 1363 public boolean SetDictionarySize(int dictionarySize)
method in class:Encoder |
/external/lzma/CS/7zip/Compress/LZMA/ | ||
H A D | LzmaDecoder.cs | 167 void SetDictionarySize(uint dictionarySize)
method in class:SevenZip.Compression.LZMA.Decoder 362 SetDictionarySize(dictionarySize); |
Completed in 142 milliseconds