Searched refs:needTrim (Results 1 – 2 of 2) sorted by relevance
69 bool canEmpty, bool needTrim) in SplitStr() argument72 string strTmp = needTrim ? TrimStr(str) : str; in SplitStr()77 strPart = needTrim ? TrimStr(strTmp) : strTmp; in SplitStr()83 strPart = needTrim ? TrimStr(strTmp.substr(0, pos)) : strTmp.substr(0, pos); in SplitStr()
46 bool canEmpty = false, bool needTrim = true);