Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h359 static EtsString *DoReplace(EtsString *src, ets_char oldC, ets_char newC) in DoReplace() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_string_test.cpp343 TEST_F(EtsStringTest, DoReplace) in TEST_F() argument
/arkcompiler/runtime_core/static_core/runtime/coretypes/
Dstring.cpp893 String *String::DoReplace(String *src, uint16_t oldC, uint16_t newC, const LanguageContext &ctx, Pa… in DoReplace() function in ark::coretypes::String