Home
last modified time | relevance | path

Searched refs:ApplyReplaceStringToSpans (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.h55 …void ApplyReplaceStringToSpans(int32_t start, int32_t length, const std::string& other, SpanString…
H A Dmutable_span_string.cpp127 void MutableSpanString::ApplyReplaceStringToSpans( in ApplyReplaceStringToSpans() function in OHOS::Ace::MutableSpanString
275 ApplyReplaceStringToSpans(start, length, other, op); in ReplaceString()