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

/external/lzma/CPP/Common/
H A DCommandLineParser.cpp96 unsigned switchLen = MyStringLen(key); local
97 if ((int)switchLen <= maxLen || pos + switchLen > s.Len())
102 maxLen = switchLen;

Completed in 90 milliseconds