Home | History | Annotate | Download | only in Common

Lines Matching refs:matchedSwitch

123     CSwitchResult &matchedSwitch = _switches[matchedSwitchIndex];

125 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
127 matchedSwitch.ThereIs = true;
136 matchedSwitch.WithMinus = false;
139 matchedSwitch.WithMinus = (s[pos] == kSwitchMinus);
140 if (matchedSwitch.WithMinus)
152 matchedSwitch.PostCharIndex = kEmptyCharValue;
157 matchedSwitch.PostCharIndex = kEmptyCharValue;
160 matchedSwitch.PostCharIndex = index;
174 matchedSwitch.PostStrings.Add(s.Mid(pos));
187 matchedSwitch.PostStrings.Add(stringSwitch);