Searched refs:GetFirstSubStrBetween (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | string_ex.cpp | 205 string::size_type GetFirstSubStrBetween(const string& str, const string& left, in GetFirstSubStrBetween() function 226 string::size_type pos = GetFirstSubStrBetween(strTmp, left, right, subString); in GetSubStrBetween() 230 pos = GetFirstSubStrBetween(strTmp, left, right, subString); in GetSubStrBetween()
|
/ohos5.0/commonlibrary/c_utils/base/test/fuzztest/string_fuzzer/ |
H A D | string_fuzzer.cpp | 55 GetFirstSubStrBetween(newStr, left, right, emptySubStr); in StringTestFunc()
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | string_ex.h | 191 std::string::size_type GetFirstSubStrBetween(const std::string& str, const std::string& left,
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_string_test.cpp | 599 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue); 605 pos = GetFirstSubStrBetween(strBase, left, right, strValue); 616 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue);
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/string_benchmark_test/ |
H A D | string_benchmark_test.cpp | 671 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue); in BENCHMARK_F() 677 pos = GetFirstSubStrBetween(strBase, left, right, strValue); in BENCHMARK_F() 692 string::size_type pos = GetFirstSubStrBetween(strBase, left, right, strValue); in BENCHMARK_F()
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c-utils-guide-string.md | 16 | std::string::size_type | **GetFirstSubStrBetween**(const std::string& str, const std::string& lef…
|