Searched refs:expected_char_count (Results 1 – 1 of 1) sorted by relevance
1246 int expected_char_count = strlen(kExpectedText[i]); in TEST_F() local1247 ASSERT_EQ(expected_char_count, in TEST_F()1252 ASSERT_EQ(expected_char_count + 1, in TEST_F()1256 check_unsigned_shorts(kExpectedText[i], buffer, expected_char_count)); in TEST_F()