Searched refs:switchForms (Results 1 – 3 of 3) sorted by relevance
/external/lzma/CPP/Common/ |
D | CommandLineParser.cpp | 70 void CParser::ParseStrings(const CSwitchForm *switchForms, in ParseStrings() argument 84 if (!ParseString(s, switchForms)) in ParseStrings() 91 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms) in ParseString() argument 108 int switchLen = MyStringLen(switchForms[switchIndex].IDString); in ParseString() 114 if (temp.CompareNoCase(switchForms[switchIndex].IDString) == 0) in ParseString() 124 const CSwitchForm &switchForm = switchForms[matchedSwitchIndex]; in ParseString()
|
D | CommandLineParser.h | 47 bool ParseString(const UString &s, const CSwitchForm *switchForms); 52 void ParseStrings(const CSwitchForm *switchForms,
|
/external/lzma/CS/7zip/Common/ |
D | CommandLineParser.cs | 70 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()
|