Searched refs:TestableFontFileParser (Results 1 – 1 of 1) sorted by relevance
42 class TestableFontFileParser : public FontFileParser { class78 EXPECT_TRUE(TestableFontFileParser::analyzeFontRevision(head.data(), head.size(), &out)); in TEST()87 EXPECT_FALSE(TestableFontFileParser::analyzeFontRevision(head.data(), 6, &out)); in TEST()100 EXPECT_TRUE(TestableFontFileParser::checkPSName("Roboto-Regular")); in TEST()101 EXPECT_TRUE(TestableFontFileParser::checkPSName("NotoColorEmoji")); in TEST()104 EXPECT_FALSE(TestableFontFileParser::checkPSName("Roboto Regular")); in TEST()105 EXPECT_FALSE(TestableFontFileParser::checkPSName("Noto Color Emoji")); in TEST()108 EXPECT_FALSE(TestableFontFileParser::checkPSName("Roboto (Regular)")); in TEST()109 EXPECT_FALSE(TestableFontFileParser::checkPSName("Noto <Color> {Emoji}")); in TEST()112 EXPECT_FALSE(TestableFontFileParser::checkPSName("Roboto-Regular\b")); in TEST()[all …]