Searched refs:RepalceAll (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/tests/ |
D | string_helper_test.cpp | 63 HWTEST_F_L0(StringHelperTest, RepalceAll) in HWTEST_F_L0() argument 68 CString result = StringHelper::RepalceAll(sourceStr, oldValue1, ""); in HWTEST_F_L0() 69 result = StringHelper::RepalceAll(result, oldValue2, " OpenHarmony"); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | string_helper.h | 55 static inline CString RepalceAll(CString str, const CString &oldValue, in RepalceAll() function
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 1832 srcStdStr = base::StringHelper::RepalceAll(srcStdStr, "/", "\\/"); in EscapeRegExpPattern() 1834 srcStdStr = base::StringHelper::RepalceAll(srcStdStr, "\\", "\\"); in EscapeRegExpPattern()
|