Home | History | Annotate | Download | only in Common

Lines Matching refs:if

73 			if (len == 0)

76 if (!IsItSwitchChar(srcString[pos]))
80 if (IsItSwitchChar(srcString[pos]))
88 if (switchLen <= maxLen || pos + switchLen > len)
90 if (String.Compare(switchForms[switchIndex].IDString, 0,
97 if (maxLen == kNoLen)
101 if ((!switchForm.Multi) && matchedSwitch.ThereIs)
111 if (tailSize == 0)
116 if (matchedSwitch.WithMinus)
123 if (tailSize < switchForm.MinLen)
127 if (tailSize == 0)
132 if (index < 0)
146 if (tailSize < minLen)
148 if (type == SwitchType.UnLimitedPostString)
158 if (IsItSwitchChar(c))
178 if (stopSwitch)
181 if (s == kStopSwitchParsing)
184 if (!ParseString(s, switchForms))
197 if (commandForms[i].PostStringMode)
199 if (commandString.IndexOf(id) == 0)
206 if (commandString == id)
230 if (newIndex >= 0)
232 if (currentIndex >= 0)
234 if (commandString.IndexOf(c, newIndex + 1) >= 0)
240 if (currentIndex == -1 && !charsSet.EmptyAllowed)