Home
last modified time | relevance | path

Searched refs:wOther (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.cpp149 auto wOther = StringUtils::ToWstring(other); in HandleSpanOperation() local
160 (*it)->content = StringUtils::ToString(wOther + GetWideStringSubstr(wContent, length)); in HandleSpanOperation()
187 …>content = StringUtils::ToString(GetWideStringSubstr(wContent, 0, start - spanItemStart) + wOther + in HandleSpanOperation()
228 auto wOther = StringUtils::ToWstring(other); in ProcessSpanBaseList() local
229 auto newLength = wOther.length(); in ProcessSpanBaseList()
268 auto wOther = StringUtils::ToWstring(other); in ReplaceString() local
269 auto otherLength = wOther.length(); in ReplaceString()
274 SetString(StringUtils::ToString(text.substr(0, start) + wOther + text.substr(end))); in ReplaceString()
343 auto wOther = StringUtils::ToWstring(other); in InsertString() local
345 text = GetWideStringSubstr(text, 0, start) + wOther + GetWideStringSubstr(text, start); in InsertString()
[all …]