Lines Matching refs:test_case
104 ::std::ostream& operator<<(::std::ostream& os, const CMapTestCase *test_case) {
106 << test_case->font_name() << ", "
107 << test_case->first_platform_id() << ", "
108 << test_case->first_encoding_id() << ", "
109 << test_case->first_charset_name() << ", "
110 << test_case->second_platform_id() << ", "
111 << test_case->second_encoding_id() << ", "
112 << test_case->second_charset_name() << ", "
113 << test_case->low_char() << ", "
114 << test_case->high_char() << ")";