Searched refs:nonSwitchStrings (Results 1 - 3 of 3) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs162 System.Collections.ArrayList nonSwitchStrings = parser.NonSwitchStrings;
165 if (paramIndex >= nonSwitchStrings.Count)
167 string command = (string)nonSwitchStrings[paramIndex++];
189 if (paramIndex < nonSwitchStrings.Count)
190 if (!GetNumber((string)nonSwitchStrings[paramIndex++], out numIterations))
217 if (paramIndex >= nonSwitchStrings.Count)
219 string inputName = (string)nonSwitchStrings[paramIndex++];
230 if (paramIndex >= nonSwitchStrings.Count)
232 string outputName = (string)nonSwitchStrings[paramIndex++];
/external/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp194 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; local
197 if (paramIndex >= nonSwitchStrings.Size())
199 const UString &command = nonSwitchStrings[paramIndex++];
235 if (paramIndex < nonSwitchStrings.Size())
236 if (!GetNumber(nonSwitchStrings[paramIndex++], numIterations))
265 if (paramIndex >= nonSwitchStrings.Size())
267 const UString &inputName = nonSwitchStrings[paramIndex++];
287 if (paramIndex >= nonSwitchStrings.Size())
289 const UString &outputName = nonSwitchStrings[paramIndex++];
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp297 const UStringVector &nonSwitchStrings, NRecursedType::EEnum type,
300 if (nonSwitchStrings.Size() == startIndex && (!thereAreSwitchIncludes))
302 for (int i = startIndex; i < nonSwitchStrings.Size(); i++)
304 const UString &s = nonSwitchStrings[i];
817 const UStringVector &nonSwitchStrings = parser.NonSwitchStrings; local
818 int numNonSwitchStrings = nonSwitchStrings.Size();
822 if (!ParseArchiveCommand(nonSwitchStrings[kCommandIndex], options.Command))
866 options.ArchiveName = nonSwitchStrings[curCommandIndex++];
873 nonSwitchStrings, recursedType, thereAreSwitchIncludes, codePage);
996 if (!ConvertStringToUInt32(nonSwitchStrings[curCommandInde
294 AddToCensorFromNonSwitchesStrings( int startIndex, NWildcard::CCensor &wildcardCensor, const UStringVector &nonSwitchStrings, NRecursedType::EEnum type, bool thereAreSwitchIncludes, UINT codePage) argument
[all...]

Completed in 553 milliseconds