OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FPDFText_CountChars
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/public/
fpdf_text.h
42
// Function:
FPDFText_CountChars
58
DLLEXPORT int STDCALL
FPDFText_CountChars
(FPDF_TEXTPAGE text_page);
/external/pdfium/fpdfsdk/src/
fpdftext_embeddertest.cpp
51
EXPECT_EQ(sizeof(expected) - 1,
FPDFText_CountChars
(textpage));
258
EXPECT_EQ(13,
FPDFText_CountChars
(textpage));
384
int count =
FPDFText_CountChars
(textpage);
fpdfview_c_api_test.c
164
CHK(
FPDFText_CountChars
);
fpdftext.cpp
41
DLLEXPORT int STDCALL
FPDFText_CountChars
(FPDF_TEXTPAGE text_page) {
Completed in 39 milliseconds