Home
last modified time | relevance | path

Searched refs:isAround (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.cpp336 auto isAround = IsInsertAroundSpecialNode(start); in InsertString() local
337 if (isAround != AroundSpecialNode::NONE) { in InsertString()
338 InsertStringAroundSpecialNode(start, other, isAround); in InsertString()