Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/environment/
H A Denvironment_test.cpp47 EnvironmentProxy* firstResult = EnvironmentProxy::GetInstance(); variable
48 EXPECT_NE(firstResult, nullptr);
54 EXPECT_EQ(secondResult, firstResult);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp9750 const RichEditorAbstractSpanResult& firstResult = originalSpans.front(); in OnBackPressed() local
9752 std::advance(it, firstResult.GetSpanIndex()); in OnBackPressed()
9756 …textTemp = StringUtils::ToWstring(originalStr).erase(firstResult.OffsetInSpan(), firstResult.GetEr… in OnBackPressed()
9758 retItem->position -= firstResult.GetEraseLength(); in OnBackPressed()
9759 …if (firstResult.GetEraseLength() != static_cast<int32_t>(StringUtils::ToWstring(firstResult.GetVal… in OnBackPressed()
9763 if (firstResult.GetSpanIndex() == 0) { in OnBackPressed()