Home
last modified time | relevance | path

Searched refs:ProcessSpanBaseList (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.h68 void ProcessSpanBaseList(std::list<RefPtr<SpanBase>>& spans, int32_t start,
H A Dmutable_span_string.cpp207 ProcessSpanBaseList(spans, start, end, other, op, iter.first); in ApplyReplaceStringToSpanBase()
212 void MutableSpanString::ProcessSpanBaseList(std::list<RefPtr<SpanBase>>& spans, int32_t start, in ProcessSpanBaseList() function in OHOS::Ace::MutableSpanString