Searched defs:_PDF_CharType (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp8 extern const FX_LPCSTR _PDF_CharType = variable
44 chartype = _PDF_CharType[ch];
50 chartype = _PDF_CharType[ch];
64 chartype = _PDF_CharType[ch];
75 chartype = _PDF_CharType[ch];
120 chartype = _PDF_CharType[ch];
300 if (ch >= 0x80 || _PDF_CharType[ch] == 'W' || ch == '#' ||
301 _PDF_CharType[ch] == 'D') {
315 if (ch >= 0x80 || _PDF_CharType[ch] == 'W' || ch == '#' ||
316 _PDF_CharType[c
[all...]

Completed in 101 milliseconds