Home
last modified time | relevance | path

Searched refs:IsItSwitchChar (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CS/7zip/Common/
DCommandLineParser.cs76 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
/external/lzma/CPP/Common/
DCommandLineParser.cpp50 static bool inline IsItSwitchChar(wchar_t c) in IsItSwitchChar() function
71 if (s.IsEmpty() || !IsItSwitchChar(s[0])) in ParseString()
184 if (!s.IsEmpty() && IsItSwitchChar(s[0])) in ParseStrings()