Home | History | Annotate | Download | only in Common

Lines Matching refs:nonSwitchStrings

297     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;
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[curCommandIndex++], options.NumIterations))