Searched refs:switchIndex (Results 1 – 2 of 2) sorted by relevance
106 for (int switchIndex = 0; switchIndex < _numSwitches; switchIndex++) in ParseString() local108 int switchLen = MyStringLen(switchForms[switchIndex].IDString); in ParseString()114 if (temp.CompareNoCase(switchForms[switchIndex].IDString) == 0) in ParseString()117 matchedSwitchIndex = switchIndex; in ParseString()
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()