Home | History | Annotate | Download | only in Common

Lines Matching full:ustring

9 bool SplitCommandLine(const UString &src, UString &dest1, UString &dest2)

31 void SplitCommandLine(const UString &s, UStringVector &parts)
33 UString sTemp = s;
38 UString s1, s2;
77 const UString &s = commandStrings[i];
91 bool CParser::ParseString(const UString &s, const CSwitchForm *switchForms)
112 UString temp = s + pos;
149 UString set = switchForm.PostCharSet;
178 UString stringSwitch = s.Mid(pos, minLen);
206 const UString &commandString, UString &postString)
210 const UString id = commandForms[i].IDString;