Searched refs:switchIndex (Results 1 – 2 of 2) sorted by relevance
85 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()
75 unsigned switchIndex = 0; in ParseString() local86 switchIndex = i; in ParseString()99 CSwitchResult &sw = _switches[switchIndex]; in ParseString()100 const CSwitchForm &form = switchForms[switchIndex]; in ParseString()