Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.h96 bool CanMerge(const RefPtr<SpanBase>& a, const RefPtr<SpanBase>& b);
H A Dspan_string.cpp253 bool SpanString::CanMerge(const RefPtr<SpanBase>& a, const RefPtr<SpanBase>& b) in CanMerge() function in OHOS::Ace::SpanString
267 if (it != spans.end() && CanMerge(*current, *it)) { in MergeIntervals()