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 64 static bool inline IsItSwitchChar(wchar_t c)
86 if (s.IsEmpty() || !IsItSwitchChar(s[0]))
190 if (!s.IsEmpty() && IsItSwitchChar(s[0]))
  /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 174 milliseconds