Home
last modified time | relevance | path

Searched refs:resultList2 (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.cpp450 std::list<RefPtr<SpanBase>> resultList2 = { AceType::MakeRefPtr<FontSpan>(testFont2, 0, 3), variable
455 EXPECT_TRUE(CompareSpanList(aSpansMap[SpanType::Font], resultList2));
648 std::list<RefPtr<SpanBase>> resultList2 = { AceType::MakeRefPtr<FontSpan>(fonts[0], 0, 10), variable
652 EXPECT_TRUE(CompareSpanList(spanMap[SpanType::Font], resultList2));
700 std::list<RefPtr<SpanBase>> resultList2 = { AceType::MakeRefPtr<FontSpan>(fonts[4], 0, 3), variable
705 EXPECT_TRUE(CompareSpanList(spanMap[SpanType::Font], resultList2));