Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp73 std::string::size_type lastBound = strTmp.find_last_not_of(cTrim); in TrimStr() local
74 if (lastBound != std::string::npos && lastBound != strTmp.size() - 1) { in TrimStr()
75 strTmp.erase(lastBound + sizeof(char)); in TrimStr()