Home
last modified time | relevance | path

Searched refs:ApplyReplaceStringToSpanBase (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.h57 …void ApplyReplaceStringToSpanBase(int32_t start, int32_t length, const std::string& other, SpanStr…
H A Dmutable_span_string.cpp198 void MutableSpanString::ApplyReplaceStringToSpanBase( in ApplyReplaceStringToSpanBase() function in OHOS::Ace::MutableSpanString
276 ApplyReplaceStringToSpanBase(start, length, other, op); in ReplaceString()