Searched refs:GetSubStrBetween (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | string_ex.h | 204 void GetSubStrBetween(const std::string& str, const std::string& left,
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-string.md | 17 | void | **GetSubStrBetween**(const std::string& str, const std::string& left, const std::string& r…
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 628 GetSubStrBetween(strBase, left, right, strValue); 641 GetSubStrBetween(strBase, left, right, strValue);
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/ |
H A D | string_benchmark_test.cpp | 707 GetSubStrBetween(strBase, left, right, strValue); in BENCHMARK_F() 724 GetSubStrBetween(strBase, left, right, strValue); in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | string_ex.cpp | 222 void GetSubStrBetween(const string& str, const string& left, const string& right, vector<string>& s… in GetSubStrBetween() function
|