Home | History | Annotate | Download | only in Common

Lines Matching refs:matchedSwitch

99 				SwitchResult matchedSwitch = _switches[matchedSwitchIndex];

101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
103 matchedSwitch.ThereIs = true;
112 matchedSwitch.WithMinus = false;
115 matchedSwitch.WithMinus = (srcString[pos] == kSwitchMinus);
116 if (matchedSwitch.WithMinus)
128 matchedSwitch.PostCharIndex = kEmptyCharValue;
133 matchedSwitch.PostCharIndex = kEmptyCharValue;
136 matchedSwitch.PostCharIndex = index;
150 matchedSwitch.PostStrings.Add(srcString.Substring(pos));
162 matchedSwitch.PostStrings.Add(stringSwitch);