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

  /external/lzma/CPP/Common/
CommandLineParser.h 29 int MinLen;
CommandLineParser.cpp 147 if (tailSize < switchForm.MinLen)
169 int minLen = switchForm.MinLen;
170 if (tailSize < minLen)
178 UString stringSwitch = s.Mid(pos, minLen);
179 pos += minLen;
180 for (int i = minLen; i < maxLen && pos < len; i++, pos++)
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 22 public int MinLen;
27 int minLen, int maxLen, string postCharSet)
32 MinLen = minLen;
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
37 this(idString, type, multi, minLen, 0, "")
123 if (tailSize < switchForm.MinLen)
145 int minLen = switchForm.MinLen;
146 if (tailSize < minLen)
    [all...]

Completed in 2324 milliseconds