Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp68 std::string::size_type firstBound = strTmp.find_first_not_of(cTrim); in TrimStr() local
69 if (firstBound != std::string::npos) { in TrimStr()
70 strTmp.erase(0, firstBound); in TrimStr()