Searched refs:PDF_CharType (Results 1 – 5 of 5) sorted by relevance
8 const char PDF_CharType[256] = { variable70 chartype = PDF_CharType[ch]; in ParseWord()76 chartype = PDF_CharType[ch]; in ParseWord()90 chartype = PDF_CharType[ch]; in ParseWord()101 chartype = PDF_CharType[ch]; in ParseWord()146 chartype = PDF_CharType[ch]; in ParseWord()326 if (ch >= 0x80 || PDF_CharType[ch] == 'W' || ch == '#' || in PDF_NameEncode()327 PDF_CharType[ch] == 'D') { in PDF_NameEncode()341 if (ch >= 0x80 || PDF_CharType[ch] == 'W' || ch == '#' || in PDF_NameEncode()342 PDF_CharType[ch] == 'D') { in PDF_NameEncode()
649 if (PDF_CharType[byte] == 'W') { in RebuildCrossRef()677 if (PDF_CharType[byte] == 'W') { in RebuildCrossRef()698 } else if (PDF_CharType[byte] == 'W') { in RebuildCrossRef()711 } else if (PDF_CharType[byte] == 'W') { in RebuildCrossRef()725 } else if (PDF_CharType[byte] == 'W') { in RebuildCrossRef()736 } else if (PDF_CharType[byte] == 'W') { in RebuildCrossRef()771 if (PDF_CharType[byte] == 'W' || PDF_CharType[byte] == 'D') { in RebuildCrossRef()845 if (PDF_CharType[byte] == 'W' || PDF_CharType[byte] == 'D') { in RebuildCrossRef()949 if (PDF_CharType[byte] == 'D' || PDF_CharType[byte] == 'W') { in RebuildCrossRef()955 if (PDF_CharType[byte] == 'W') { in RebuildCrossRef()[all …]
583 if (PDF_CharType[byte] == 'W') { in v_FilterIn()642 if (PDF_CharType[byte] == 'W') { in v_FilterIn()
315 if (PDF_CharType[m_pBuf[m_Pos]] == 'W') { in ReadInlineStream()449 int type = PDF_CharType[ch]; in ParseNextElement()456 type = PDF_CharType[ch]; in ParseNextElement()470 type = PDF_CharType[ch]; in ParseNextElement()488 type = PDF_CharType[ch]; in ParseNextElement()525 int type = PDF_CharType[ch]; in SkipPathObject()532 type = PDF_CharType[ch]; in SkipPathObject()544 type = PDF_CharType[ch]; in SkipPathObject()551 type = PDF_CharType[ch]; in SkipPathObject()562 type = PDF_CharType[ch]; in SkipPathObject()[all …]
52 extern const char PDF_CharType[256];