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

  /external/lzma/CPP/Common/
CommandLineParser.cpp 124 const CSwitchForm &switchForm = switchForms[matchedSwitchIndex];
125 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
130 NSwitchType::EEnum type = switchForm.Type;
147 if (tailSize < switchForm.MinLen)
149 UString set = switchForm.PostCharSet;
169 int minLen = switchForm.MinLen;
177 int maxLen = switchForm.MaxLen;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 17 public class SwitchForm
26 public SwitchForm(string idString, SwitchType type, bool multi,
36 public SwitchForm(string idString, SwitchType type, bool multi, int minLen):
40 public SwitchForm(string idString, SwitchType type, bool multi):
70 bool ParseString(string srcString, SwitchForm[] switchForms)
100 SwitchForm switchForm = switchForms[matchedSwitchIndex];
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
106 SwitchType type = switchForm.Type;
123 if (tailSize < switchForm.MinLen)
    [all...]

Completed in 321 milliseconds