Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCommandLineParser.cpp48 static const wchar_t kSwitchID1 = '-'; variable
56 return (c == kSwitchID1 /*|| c == kSwitchID2 */); in IsItSwitchChar()
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs246 const char kSwitchID1 = '-'; field in SevenZip.CommandLineParser.Parser
254 return (c == kSwitchID1 || c == kSwitchID2); in IsItSwitchChar()