Home
last modified time | relevance | path

Searched refs:GetDicSize (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp48 UInt32 GetDicSize() const { return GetUi32(LzmaProps + 1); } in GetDicSize() function
271 DictSizeToString(_header.GetDicSize(), s + MyStringLen(s)); in GetProperty()