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

  /external/lzma/CPP/Common/
CommandLineParser.cpp 96 unsigned switchLen = MyStringLen(key);
97 if ((int)switchLen <= maxLen || pos + switchLen > s.Len())
102 maxLen = switchLen;
  /external/lzma/CS/7zip/Common/
CommandLineParser.cs 87 int switchLen = switchForms[switchIndex].IDString.Length;
88 if (switchLen <= maxLen || pos + switchLen > len)
91 srcString, pos, switchLen, true) == 0)
94 maxLen = switchLen;

Completed in 2631 milliseconds