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

/external/lzma/CPP/Common/
H A DCommandLineParser.cpp206 const UString &commandString, UString &postString)
213 if (commandString.Find(id) == 0)
215 postString = commandString.Mid(id.Length());
220 if (commandString == id)
205 ParseCommand(int numCommandForms, const CCommandForm *commandForms, const UString &commandString, UString &postString) argument
/external/lzma/CS/7zip/Common/
H A DCommandLineParser.cs191 public static int ParseCommand(CommandForm[] commandForms, string commandString, argument
199 if (commandString.IndexOf(id) == 0)
201 postString = commandString.Substring(id.Length);
206 if (commandString == id)
217 string commandString, ArrayList indices)
229 int newIndex = commandString.IndexOf(c);
234 if (commandString.IndexOf(c, newIndex + 1) >= 0)
244 return (numUsedChars == commandString.Length);
216 ParseSubCharsCommand(int numForms, CommandSubCharsSet[] forms, string commandString, ArrayList indices) argument
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveCommandLine.cpp249 static bool ParseArchiveCommand(const UString &commandString, CArchiveCommand &command) argument
251 UString commandStringUpper = commandString;

Completed in 96 milliseconds