Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1441 … auto beforStr = StringUtils::ToWstring(spanItem->content).substr(0, start - info.spanStart_); in DeleteSpanByRange() local
1443 std::wstring result = beforStr + endStr; in DeleteSpanByRange()
1472 …auto beforStr = StringUtils::ToWstring(spanItemStart->content).substr(0, start - startInfo.spanSta… in DeleteSpansByRange() local
1473 auto strStart = StringUtils::ToString(beforStr); in DeleteSpansByRange()