Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp99 string strPart; in SplitStr() local
103 strPart = needTrim ? TrimStr(strTmp) : strTmp; in SplitStr()
104 if (!strPart.empty() || canEmpty) { in SplitStr()
105 strs.push_back(strPart); in SplitStr()
109 strPart = needTrim ? TrimStr(strTmp.substr(0, pos)) : strTmp.substr(0, pos); in SplitStr()
110 if (!strPart.empty() || canEmpty) { in SplitStr()
111 strs.push_back(strPart); in SplitStr()

Completed in 1 milliseconds