Searched refs:second_encoding_id (Results 1 - 1 of 1) sorted by relevance

/external/sfntly/cpp/src/test/
H A Dcmap_test.cc49 int32_t second_encoding_id,
58 second_encoding_id_(second_encoding_id),
69 int32_t second_encoding_id() const { return second_encoding_id_; } function in class:sfntly::CMapTestCase
111 << test_case->second_encoding_id() << ", "
129 GetParam().second_encoding_id()));
44 CMapTestCase(const char* font_name, int32_t first_platform_id, int32_t first_encoding_id, const char* first_charset_name, int32_t second_platform_id, int32_t second_encoding_id, const char* second_charset_name, int32_t low_char, int32_t high_char) argument

Completed in 150 milliseconds