Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dmutable_span_string.cpp57 auto spanKey = it.first; in RemoveSpans() local
58 if (spanKey != SpanType::CustomSpan && spanKey != SpanType::Image) { in RemoveSpans()
59 iter = typeList.insert(iter, spanKey); in RemoveSpans()
62 for (const auto& spanKey : typeList) { in RemoveSpans() local
63 if (spanKey != SpanType::CustomSpan && spanKey != SpanType::Image) { in RemoveSpans()
64 RemoveSpan(start, length, spanKey); in RemoveSpans()