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

  /external/lzma/CPP/Common/
CommandLineParser.h 29 int MinLen;
  /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 89 milliseconds