Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontFamilyTest.cpp526 const uint32_t kVS19 = 0xE0102; in TEST_F() local
531 expectVSGlyphs(family.get(), kSupportedChar1, std::set<uint32_t>({kVS1, kVS17, kVS18, kVS19})); in TEST_F()
535 expectVSGlyphs(family.get(), kSupportedChar2, std::set<uint32_t>({kVS2, kVS18, kVS19, kVS20})); in TEST_F()
543 expectVSGlyphs(family.get(), kVsOnlySupportedChar, std::set<uint32_t>({kVS3, kVS19, kVS20})); in TEST_F()