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 108 int switchLen = MyStringLen(switchForms[switchIndex].IDString);
109 if (switchLen <= maxLen || pos + switchLen > len)
113 temp = temp.Left(switchLen);
115 // if (_strnicmp(switchForms[switchIndex].IDString, LPCSTR(s) + pos, switchLen) == 0)
118 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 455 milliseconds