Home
last modified time | relevance | path

Searched defs:oldC (Results 1 – 2 of 2) 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()
/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()