HomeSort by relevance Sort by last modified time
    Searched refs:IsItSwitchChar (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Common/
CommandLineParser.cpp 54 static bool IsItSwitchChar(wchar_t c)
97 if (!IsItSwitchChar(s[pos]))
101 if (IsItSwitchChar(s[pos]))
183 if (IsItSwitchChar(c))
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 76 if (!IsItSwitchChar(srcString[pos]))
80 if (IsItSwitchChar(srcString[pos]))
158 if (IsItSwitchChar(c))
252 static bool IsItSwitchChar(char c)

Completed in 32 milliseconds