Searched refs:GetFirstSubStrBetween (Results 1 – 4 of 4) sorted by relevance
/commonlibrary/c_utils/base/src/ |
D | string_ex.cpp | 201 string::size_type GetFirstSubStrBetween(const string& str, const string& left, in GetFirstSubStrBetween() function 222 string::size_type pos = GetFirstSubStrBetween(strTmp, left, right, subString); in GetSubStrBetween() 226 pos = GetFirstSubStrBetween(strTmp, left, right, subString); in GetSubStrBetween()
|
/commonlibrary/c_utils/base/include/ |
D | string_ex.h | 191 std::string::size_type GetFirstSubStrBetween(const std::string& str, const std::string& left,
|
/commonlibrary/c_utils/base/test/unittest/common/ |
D | utils_string_test.cpp | 542 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue); 548 pos = GetFirstSubStrBetween(strBase, left, right, strValue); 559 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue);
|
/commonlibrary/c_utils/docs/zh-cn/ |
D | c-utils-guide-string.md | 16 | std::string::size_type | **GetFirstSubStrBetween**(const std::string& str, const std::string& lef…
|