Home
last modified time | relevance | path

Searched refs:switchForms (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Common/
DCommandLineParser.cpp84 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms) in ParseString() argument
95 const char *key = switchForms[i].Key; in ParseString()
115 const CSwitchForm &form = switchForms[switchIndex]; in ParseString()
176 bool CParser::ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings) in ParseStrings() argument
192 if (ParseString(s, switchForms)) in ParseStrings()
DCommandLineParser.h49 bool ParseString(const UString &s, const CSwitchForm *switchForms);
57 bool ParseStrings(const CSwitchForm *switchForms, const UStringVector &commandStrings);
/external/lzma/CS/7zip/Common/
DCommandLineParser.cs70 bool ParseString(string srcString, SwitchForm[] switchForms) in ParseString() argument
87 int switchLen = switchForms[switchIndex].IDString.Length; in ParseString()
90 if (String.Compare(switchForms[switchIndex].IDString, 0, in ParseString()
100 SwitchForm switchForm = switchForms[matchedSwitchIndex]; in ParseString()
171 public void ParseStrings(SwitchForm[] switchForms, string[] commandStrings) in ParseStrings() argument
184 if (!ParseString(s, switchForms)) in ParseStrings()