Searched refs:PDF_CharType (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h44 // Use the accessors below instead of directly accessing PDF_CharType.
45 extern const char PDF_CharType[256];
48 return PDF_CharType[c] == 'W';
51 return PDF_CharType[c] == 'N';
54 return PDF_CharType[c] == 'D';
57 return PDF_CharType[c] == 'R';
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp16 const char PDF_CharType[256] = { variable

Completed in 115 milliseconds