Searched refs:IsItSwitchChar (Results 1 – 2 of 2) sorted by relevance
76 if (!IsItSwitchChar(srcString[pos])) in ParseString()80 if (IsItSwitchChar(srcString[pos])) in ParseString()158 if (IsItSwitchChar(c)) in ParseString()252 static bool IsItSwitchChar(char c) in IsItSwitchChar() method in SevenZip.CommandLineParser.Parser
50 static bool inline IsItSwitchChar(wchar_t c) in IsItSwitchChar() function71 if (s.IsEmpty() || !IsItSwitchChar(s[0])) in ParseString()184 if (!s.IsEmpty() && IsItSwitchChar(s[0])) in ParseStrings()