HomeSort by relevance Sort by last modified time
    Searched full:first_charset_name (Results 1 - 1 of 1) sorted by null

  /external/sfntly/cpp/src/test/
cmap_test.cc 47 const char* first_charset_name,
56 first_charset_name_(first_charset_name),
67 const char* first_charset_name() const { return first_charset_name_; } function in class:sfntly::CMapTestCase
109 << test_case->first_charset_name() << ", "
131 encoder1_ = TestUtils::GetEncoder(GetParam().first_charset_name());

Completed in 56 milliseconds