Home
last modified time | relevance | path

Searched defs:ReplaceAll (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp69 HWTEST_F_L0(StringHelperTest, ReplaceAll) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h85 static inline CString ReplaceAll(CString str, const CString &oldValue, in ReplaceAll() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp1132 JSTaggedValue BuiltinsString::ReplaceAll(EcmaRuntimeCallInfo *argv) in ReplaceAll() function in panda::ecmascript::builtins::BuiltinsString