Home
last modified time | relevance | path

Searched refs:expected_char_count (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp1246 int expected_char_count = strlen(kExpectedText[i]); in TEST_F() local
1247 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()