Home
last modified time | relevance | path

Searched refs:otherLength (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.cpp269 auto otherLength = wOther.length(); in ReplaceString() local
270 if (otherLength == 0) { in ReplaceString()
277 UpdateSpansWithOffset(start, otherLength - length); in ReplaceString()
278 UpdateSpanMapWithOffset(start, otherLength - length); in ReplaceString()
347 auto otherLength = wOther.length(); in InsertString() local
352 spanItem->interval = { 0, otherLength }; in InsertString()
376 UpdateSpansAndSpanMapWithOffsetAfterInsert(start, otherLength, useFrontStyle); in InsertString()