Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/clipboard/
H A Dclipboard_impl.cpp433 std::string resText; in GetDataAsync() local
435 if (clip->ProcessPasteDataRecord(pasteDataRecord, resText)) { in GetDataAsync()
439 if (resText.empty()) { in GetDataAsync()
445 …G_LOGI(AceLogTag::ACE_CLIPBOARD, "resText len:%{public}d", static_cast<int32_t>(resText.length())); in GetDataAsync()
446 auto result = resText; in GetDataAsync()
455 std::string& resText) in ProcessPasteDataRecord() argument
466 resText = spanStr->GetString(); in ProcessPasteDataRecord()
475 resText = spanStr->GetString(); in ProcessPasteDataRecord()
482 resText.append(*textData); in ProcessPasteDataRecord()
H A Dclipboard_impl.h69 std::string& resText);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/
H A Dsecurity_component_layout_algorithm.cpp187 double resText = text_.ShrinkWidth(textRemain); in ShrinkWidth() local
190 } else if (!NearEqual(resText, 0.0)) { in ShrinkWidth()
191 icon_.ShrinkWidth(resText); in ShrinkWidth()
246 double resText = text_.ShrinkHeight(textRemain); in ShrinkHeight() local
249 } else if (!NearEqual(resText, 0.0)) { in ShrinkHeight()
250 icon_.ShrinkHeight(resText); in ShrinkHeight()
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp339 std::string resText; variable
340 enBrkIterator.GetText(resText);
341 EXPECT_EQ(resText, text);