Home
last modified time | relevance | path

Searched refs:resultList4 (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.cpp466 std::list<RefPtr<SpanBase>> resultList4 = { AceType::MakeRefPtr<FontSpan>(testFont1, 0, 10) }; variable
468 EXPECT_TRUE(CompareSpanList(bSpansMap[SpanType::Font], resultList4));
662 std::list<RefPtr<SpanBase>> resultList4 = { AceType::MakeRefPtr<FontSpan>(fonts[0], 0, 1), variable
666 EXPECT_TRUE(CompareSpanList(spanMap[SpanType::Font], resultList4));
715 std::list<RefPtr<SpanBase>> resultList4 = { AceType::MakeRefPtr<FontSpan>(fonts[4], 0, 3), variable
719 EXPECT_TRUE(CompareSpanList(spanMap[SpanType::Font], resultList4));