Home
last modified time | relevance | path

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

/external/lzma/CPP/Common/
DCommandLineParser.cpp81 unsigned switchLen = MyStringLen(key); in ParseString() local
82 if ((int)switchLen <= maxLen || pos + switchLen > s.Len()) in ParseString()
87 maxLen = switchLen; in ParseString()
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs87 int switchLen = switchForms[switchIndex].IDString.Length; in ParseString()
88 if (switchLen <= maxLen || pos + switchLen > len) in ParseString()
91 srcString, pos, switchLen, true) == 0) in ParseString()
94 maxLen = switchLen; in ParseString()