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

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_resource.h147 virtual FX_DWORD GetNextChar(FX_LPCSTR pString, int& offset) const function in class:CPDF_Font
504 virtual FX_DWORD GetNextChar(const FX_CHAR* pString, int& offset) const;
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp576 FX_DWORD CPDF_CMap::GetNextChar(FX_LPCSTR pString, int& offset) const function in class:CPDF_CMap
661 GetNextChar(pString, offset);
1434 FX_DWORD CPDF_CIDFont::GetNextChar(FX_LPCSTR pString, int& offset) const function in class:CPDF_CIDFont
1436 return m_pCMap->GetNextChar(pString, offset);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_parser.cpp1626 m_Syntax.GetNextChar(ch);
1633 m_Syntax.GetNextChar(ch);
1679 FX_BOOL ret = GetNextChar(ch);
1683 FX_BOOL CPDF_SyntaxParser::GetNextChar(FX_BYTE& ch) function in class:CPDF_SyntaxParser
1756 if (!GetNextChar(ch)) {
1762 if (!GetNextChar(ch)) {
1771 if (!GetNextChar(ch)) {
1785 if (!GetNextChar(ch)) {
1798 if (!GetNextChar(ch)) {
1807 if (!GetNextChar(c
3660 FX_BOOL CPDF_DataAvail::GetNextChar(FX_BYTE &ch) function in class:CPDF_DataAvail
[all...]

Completed in 235 milliseconds