Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp447 std::list<RefPtr<SpanBase>> resultList1 = { AceType::MakeRefPtr<FontSpan>(testFont1, 0, 10) }; variable
449 EXPECT_TRUE(CompareSpanList(aSpansMap[SpanType::Font], resultList1));
641 std::list<RefPtr<SpanBase>> resultList1 = { AceType::MakeRefPtr<FontSpan>(fonts[0], 0, 6), variable
646 EXPECT_TRUE(CompareSpanList(spanMap[SpanType::Font], resultList1));
693 std::list<RefPtr<SpanBase>> resultList1 = { AceType::MakeRefPtr<FontSpan>(fonts[0], 0, 1), variable
697 EXPECT_TRUE(CompareSpanList(spanMap[SpanType::Font], resultList1));