Home
last modified time | relevance | path

Searched refs:firstUnsupported (Results 1 – 1 of 1) sorted by relevance

/frameworks/minikin/tests/
DFontFamilyTest.cpp239 const FontLanguages& firstUnsupported = createFontLanguages("abcd-example,en"); in TEST_F() local
240 EXPECT_EQ(1u, firstUnsupported.size()); in TEST_F()
241 EXPECT_EQ(english, firstUnsupported[0]); in TEST_F()