Home
last modified time | relevance | path

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

/external/pdfium/public/
Dfpdf_text.h50 DLLEXPORT int STDCALL FPDFText_CountChars(FPDF_TEXTPAGE text_page);
/external/pdfium/fpdfsdk/src/
Dfpdftext_embeddertest.cpp48 EXPECT_EQ(sizeof(expected) - 1, FPDFText_CountChars(textpage)); in TEST_F()
254 EXPECT_EQ(13, FPDFText_CountChars(textpage)); in TEST_F()
Dfpdfview_c_api_test.c140 CHK(FPDFText_CountChars); in CheckPDFiumCApi()
Dfpdftext.cpp34 DLLEXPORT int STDCALL FPDFText_CountChars(FPDF_TEXTPAGE text_page) in FPDFText_CountChars() function