Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCommandLineParser.cpp106 for (int switchIndex = 0; switchIndex < _numSwitches; switchIndex++) in ParseString() local
108 int switchLen = MyStringLen(switchForms[switchIndex].IDString); in ParseString()
114 if (temp.CompareNoCase(switchForms[switchIndex].IDString) == 0) in ParseString()
117 matchedSwitchIndex = switchIndex; in ParseString()
/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()