Searched refs:rawContent (Results 1 – 3 of 3) sorted by relevance
498 std::string SpanItem::GetSpanContent(const std::string& rawContent, bool isMarquee) in GetSpanContent() argument501 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()
307 std::string GetSpanContent(const std::string& rawContent, bool isMarquee = false);
421 auto rawContent = StringUtils::Str8ToStr16(content); in CreateDisplayText() local422 text[nakedCharPosition] = rawContent[nakedCharPosition]; in CreateDisplayText()