Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_string.h102 void UpdateSpanMapWithOffset(int32_t start, int32_t offset);
H A Dspan_string.cpp330 UpdateSpanMapWithOffset(start - 1, 1); in AddSpecialSpan()
819 void SpanString::UpdateSpanMapWithOffset(int32_t start, int32_t offset) in UpdateSpanMapWithOffset() function in OHOS::Ace::SpanString
852 UpdateSpanMapWithOffset((*iter)->GetStartIndex(), -1); in RemoveSpecialSpan()
H A Dmutable_span_string.cpp278 UpdateSpanMapWithOffset(start, otherLength - length); in ReplaceString()