Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp498 std::string SpanItem::GetSpanContent(const std::string& rawContent, bool isMarquee) in GetSpanContent() argument
501 if (needRemoveNewLine && !rawContent.empty()) { in GetSpanContent()
502 data = rawContent.substr(0, static_cast<int32_t>(rawContent.length()) - 1); in GetSpanContent()
504 data = rawContent; in GetSpanContent()
H A Dspan_node.h307 std::string GetSpanContent(const std::string& rawContent, bool isMarquee = false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp421 auto rawContent = StringUtils::Str8ToStr16(content); in CreateDisplayText() local
422 text[nakedCharPosition] = rawContent[nakedCharPosition]; in CreateDisplayText()