Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs85 for (int switchIndex = 0; switchIndex < _switches.Length; switchIndex++) in ParseString()
87 int switchLen = switchForms[switchIndex].IDString.Length; in ParseString()
90 if (String.Compare(switchForms[switchIndex].IDString, 0, in ParseString()
93 matchedSwitchIndex = switchIndex; in ParseString()
/external/lzma/CPP/Common/
DCommandLineParser.cpp75 unsigned switchIndex = 0; in ParseString() local
86 switchIndex = i; in ParseString()
99 CSwitchResult &sw = _switches[switchIndex]; in ParseString()
100 const CSwitchForm &form = switchForms[switchIndex]; in ParseString()