Searched refs:readFontFeature (Results 1 – 1 of 1) sorted by relevance
1648 …std::list<std::pair<std::string, int32_t>> readFontFeature = TLVUtil::ReadFontFeature(buffer, curs… variable1649 EXPECT_TRUE(writeFontFeature == readFontFeature);1651 readFontFeature.clear();1653 readFontFeature = TLVUtil::ReadFontFeature(buffer, cursor);1654 EXPECT_TRUE(readFontFeature.empty());