Searched defs:EncodingAutoDetectTestData (Results 1 – 1 of 1) sorted by relevance
180 struct EncodingAutoDetectTestData { in TEST_F() struct181 const char* test_file_name; // File name of test data. in TEST_F()182 const char* expected_result; // File name of expected results. in TEST_F()183 const char* expected_encoding; // expected encoding. in TEST_F()