Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_text_embeddertest.cpp837 size_t num_chars1 = strlen("Hello, world!"); in TEST_F() local
840 for (size_t i = 0; i < num_chars1; i++) { in TEST_F()
868 EXPECT_EQ(0u, FPDFText_GetFontInfo(textpage, num_chars1, font_name.data(), in TEST_F()
870 EXPECT_EQ(0u, FPDFText_GetFontInfo(textpage, num_chars1 + 1, font_name.data(), in TEST_F()
875 for (size_t i = num_chars1 + 2; i < num_chars1 + num_chars2 + 2; i++) { in TEST_F()