Home
last modified time | relevance | path

Searched refs:GetNextChar (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp55 return GetNextChar(ch); in GetCharAt()
77 bool CPDF_SyntaxParser::GetNextChar(uint8_t& ch) { in GetNextChar() function in CPDF_SyntaxParser
120 if (!GetNextChar(ch)) in GetNextWordInternal()
130 if (!GetNextChar(ch)) in GetNextWordInternal()
142 if (!GetNextChar(ch)) in GetNextWordInternal()
150 if (!GetNextChar(ch)) in GetNextWordInternal()
170 if (!GetNextChar(ch)) in GetNextWordInternal()
182 if (!GetNextChar(ch)) in ReadString()
259 if (!GetNextChar(ch)) in ReadString()
263 GetNextChar(ch); in ReadString()
[all …]
Dcpdf_syntax_parser.h75 bool GetNextChar(uint8_t& ch);
/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.cpp71 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
107 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
131 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
149 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
Dcfx_cssexttextbuf.h22 wchar_t GetNextChar() const { in GetNextChar() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc47 int HloLexer::GetNextChar() { in GetNextChar() function in xla::HloLexer
105 int current_char = GetNextChar(); in LexToken()
179 int current = GetNextChar(); in LexToken()
Dhlo_lexer.h142 int GetNextChar();
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h64 uint32_t GetNextChar(const char* pString, int nStrLen, int& offset) const;
Dcpdf_cidfont.h49 uint32_t GetNextChar(const char* pString,
Dcpdf_cmap.cpp340 uint32_t CPDF_CMap::GetNextChar(const char* pString, in GetNextChar() function in CPDF_CMap
425 GetNextChar(pString, size, offset); in CountChar()
Dcpdf_font.h56 virtual uint32_t GetNextChar(const char* pString,
Dcpdf_font.cpp292 uint32_t charcode = GetNextChar(pString, size, offset); in GetStringWidth()
349 uint32_t CPDF_Font::GetNextChar(const char* pString, in GetNextChar() function in CPDF_Font
Dcpdf_cidfont.cpp754 uint32_t CPDF_CIDFont::GetNextChar(const char* pString, in GetNextChar() function in CPDF_CIDFont
757 return m_pCMap->GetNextChar(pString, nStrLen, offset); in GetNextChar()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp97 codes[i] = pFont->GetNextChar(str.c_str(), str.GetLength(), offset); in DrawTextString()
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp164 m_CharCodes[index++] = pFont->GetNextChar(segment, len, offset); in SetSegments()