Home
last modified time | relevance | path

Searched refs:RepalceAll (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp63 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/
Dstring_helper.h55 static inline CString RepalceAll(CString str, const CString &oldValue, in RepalceAll() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1832 srcStdStr = base::StringHelper::RepalceAll(srcStdStr, "/", "\\/"); in EscapeRegExpPattern()
1834 srcStdStr = base::StringHelper::RepalceAll(srcStdStr, "\\", "\\"); in EscapeRegExpPattern()