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

  /external/lzma/CPP/Common/
CommandLineParser.cpp 48 static const wchar_t kSwitchID1 = '-';
56 return (c == kSwitchID1 /*|| c == kSwitchID2 */);
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 246 const char kSwitchID1 = '-';
254 return (c == kSwitchID1 || c == kSwitchID2);

Completed in 43 milliseconds