Home
last modified time | relevance | path

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

/external/sfntly/cpp/src/test/
Dcmap_test.cc98 Ptr<CMapTable::CMap> cmap2_; member in sfntly::CMapTests
128 cmap2_.Attach(cmap_table->GetCMap(GetParam().second_platform_id(), in CommonSetUp()
130 ASSERT_NE((cmap2_), reinterpret_cast<CMapTable::CMap*>(NULL)); in CommonSetUp()
154 int32_t glyph_id2 = cmap2_->GlyphId(c2); in CompareCMaps()