Home
last modified time | relevance | path

Searched refs:writeFontFeature (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.cpp1642 std::list<std::pair<std::string, int32_t>> writeFontFeature = { { "f1", 1 }, { "f2", 2 } }; variable
1644 TLVUtil::WriteFontFeature(buffer, writeFontFeature);
1649 EXPECT_TRUE(writeFontFeature == readFontFeature);