Home
last modified time | relevance | path

Searched refs:needTrim (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/base/utility/
Dstring_util.cpp69 bool canEmpty, bool needTrim) in SplitStr() argument
72 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()
/base/hiviewdfx/hiview/base/utility/include/
Dstring_util.h46 bool canEmpty = false, bool needTrim = true);