HomeSort by relevance Sort by last modified time
    Searched defs:GetNextChar (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/fde/css/
cfde_csstextbuf.h 48 FX_WCHAR GetNextChar() const {
  /external/pdfium/core/fpdfapi/font/
cpdf_font.cpp 288 uint32_t charcode = GetNextChar(pString, size, offset);
344 uint32_t CPDF_Font::GetNextChar(const FX_CHAR* pString,
fpdf_font_cid.cpp 613 uint32_t CPDF_CMap::GetNextChar(const FX_CHAR* pString,
698 GetNextChar(pString, size, offset);
cpdf_cidfont.cpp 739 uint32_t CPDF_CIDFont::GetNextChar(const FX_CHAR* pString,
742 return m_pCMap->GetNextChar(pString, nStrLen, offset);
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 57 return GetNextChar(ch);
76 bool CPDF_SyntaxParser::GetNextChar(uint8_t& ch) {
125 if (!GetNextChar(ch))
130 if (!GetNextChar(ch))
138 if (!GetNextChar(ch))
152 if (!GetNextChar(ch))
164 if (!GetNextChar(ch))
172 if (!GetNextChar(ch))
192 if (!GetNextChar(ch))
204 if (!GetNextChar(ch)
    [all...]
cpdf_data_avail.cpp 838 if (!GetNextChar(ch))
843 if (!GetNextChar(ch))
851 if (!GetNextChar(ch))
864 if (!GetNextChar(ch))
878 if (!GetNextChar(ch))
886 if (!GetNextChar(ch))
904 if (!GetNextChar(ch))
917 bool CPDF_DataAvail::GetNextChar(uint8_t& ch) {
    [all...]

Completed in 202 milliseconds