Searched refs:MinLen (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.h29 int MinLen; member in struct:NCommandLineParser::CSwitchForm
H A DCommandLineParser.cpp147 if (tailSize < switchForm.MinLen)
169 int minLen = switchForm.MinLen;
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs22 public int MinLen; field in class:SevenZip.CommandLineParser.SwitchForm
32 MinLen = minLen;
123 if (tailSize < switchForm.MinLen)
145 int minLen = switchForm.MinLen;

Completed in 19 milliseconds