Home
last modified time | relevance | path

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

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