Home
last modified time | relevance | path

Searched refs:strPart (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/base/utility/
H A Dstring_util.cpp92 string strPart; in SplitStr() local
96 strPart = needTrim ? TrimStr(strTmp) : strTmp; in SplitStr()
97 if (!strPart.empty() || canEmpty) { in SplitStr()
98 strs.push_back(strPart); in SplitStr()
102 strPart = needTrim ? TrimStr(strTmp.substr(0, pos)) : strTmp.substr(0, pos); in SplitStr()
103 if (!strPart.empty() || canEmpty) { in SplitStr()
104 strs.push_back(strPart); in SplitStr()
/base/hiviewdfx/hicollie/frameworks/native/
H A Dxcollie_utils.cpp211 std::string strPart; in SplitStr() local
215 strPart = needTrim ? TrimStr(strTmp) : strTmp; in SplitStr()
216 if (!strPart.empty() || canEmpty) { in SplitStr()
217 strs.push_back(strPart); in SplitStr()
221 strPart = needTrim ? TrimStr(strTmp.substr(0, pos)) : strTmp.substr(0, pos); in SplitStr()
222 if (!strPart.empty() || canEmpty) { in SplitStr()
223 strs.push_back(strPart); in SplitStr()

Completed in 3 milliseconds