Home
last modified time | relevance | path

Searched refs:UpdateSpansWithOffset (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.h101 void UpdateSpansWithOffset(int32_t start, int32_t offset);
H A Dspan_string.cpp807 void SpanString::UpdateSpansWithOffset(int32_t start, int32_t offset) in UpdateSpansWithOffset() function in OHOS::Ace::SpanString
869 UpdateSpansWithOffset((*iter)->interval.first, -1); in RemoveSpecialSpan()
H A Dmutable_span_string.cpp277 UpdateSpansWithOffset(start, otherLength - length); in ReplaceString()