Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dstring_ex.cpp205 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 Dstring_fuzzer.cpp55 GetFirstSubStrBetween(newStr, left, right, emptySubStr); in StringTestFunc()
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dstring_ex.h191 std::string::size_type GetFirstSubStrBetween(const std::string& str, const std::string& left,
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_string_test.cpp599 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 Dstring_benchmark_test.cpp671 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 Dc-utils-guide-string.md16 | std::string::size_type | **GetFirstSubStrBetween**(const std::string& str, const std::string& lef…