Home
last modified time | relevance | path

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

/frameworks/minikin/tests/
DFontFamilyTest.cpp367 const uint32_t kSupportedChar1 = 0x82A6; in TEST_F() local
368 EXPECT_TRUE(family->getCoverage()->get(kSupportedChar1)); in TEST_F()
369 expectVSGlyphs(family.get(), kSupportedChar1, std::set<uint32_t>({kVS1, kVS17, kVS18, kVS19})); in TEST_F()