Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dstring_utils.cpp27 std::string StringUtils::Replace(const std::string &src, const std::string &target, const std::stri… in Replace() function in maple::StringUtils
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_tree_map.cpp106 bool JSAPITreeMap::Replace(JSThread *thread, const JSHandle<JSAPITreeMap> &map, const JSHandle<JSTa… in Replace() function in panda::ecmascript::JSAPITreeMap
Djs_api_hashmap.cpp96 bool JSAPIHashMap::Replace(JSThread *thread, JSTaggedValue key, JSTaggedValue newValue) in Replace() function in panda::ecmascript::JSAPIHashMap
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp248 HWTEST_F_L0(StringHelperTest, Replace) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_hashmap.cpp323 JSTaggedValue ContainersHashMap::Replace(EcmaRuntimeCallInfo *argv) in Replace() function in panda::ecmascript::containers::ContainersHashMap
Dcontainers_treemap.cpp343 JSTaggedValue ContainersTreeMap::Replace(EcmaRuntimeCallInfo *argv) in Replace() function in panda::ecmascript::containers::ContainersTreeMap
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h69 static inline CString Replace(CString str, const CString &oldValue, in Replace() function
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_hashmap_test.cpp703 HWTEST_F_L0(ContainersHashMapTest, Replace) in HWTEST_F_L0() argument
Dcontainers_treemap_test.cpp1011 HWTEST_F_L0(ContainersTreeMapTest, Replace) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_string_test.cpp1011 HWTEST_F_L0(BuiltinsStringTest, Replace) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp546 void BuiltinsStringStubBuilder::Replace(GateRef glue, GateRef thisValue, GateRef numArgs, in Replace() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp848 JSTaggedValue BuiltinsString::Replace(EcmaRuntimeCallInfo *argv) in Replace() function in panda::ecmascript::builtins::BuiltinsString
Dbuiltins_regexp.cpp860 JSTaggedValue BuiltinsRegExp::Replace(EcmaRuntimeCallInfo *argv) in Replace() function in panda::ecmascript::builtins::BuiltinsRegExp