Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DArchiveCommandLine.cpp779 bool ParseComplexSize(const wchar_t *s, UInt64 &result);
826 if (!ParseComplexSize(sv[i], size) || size == 0) in SetAddCommandOptions()
DOpenArchive.cpp3409 bool ParseComplexSize(const wchar_t *s, UInt64 &result) in ParseComplexSize() function
3456 if (!ParseComplexSize(s.Ptr(1), result)) in ParseTypeParams()