Searched defs:switchLen (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Common/
H A DCommandLineParser.cpp108 int switchLen = MyStringLen(switchForms[switchIndex].IDString); local
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;

Completed in 33 milliseconds