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

  /external/chromium_org/third_party/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());
  /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 112 milliseconds