Searched refs:GetNextChar (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_syntax_parser.cpp | 55 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 …]
|
D | cpdf_syntax_parser.h | 75 bool GetNextChar(uint8_t& ch);
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csssyntaxparser.cpp | 71 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()
|
D | cfx_cssexttextbuf.h | 22 wchar_t GetNextChar() const { in GetNextChar() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.cc | 47 int HloLexer::GetNextChar() { in GetNextChar() function in xla::HloLexer 105 int current_char = GetNextChar(); in LexToken() 179 int current = GetNextChar(); in LexToken()
|
D | hlo_lexer.h | 142 int GetNextChar();
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.h | 64 uint32_t GetNextChar(const char* pString, int nStrLen, int& offset) const;
|
D | cpdf_cidfont.h | 49 uint32_t GetNextChar(const char* pString,
|
D | cpdf_cmap.cpp | 340 uint32_t CPDF_CMap::GetNextChar(const char* pString, in GetNextChar() function in CPDF_CMap 425 GetNextChar(pString, size, offset); in CountChar()
|
D | cpdf_font.h | 56 virtual uint32_t GetNextChar(const char* pString,
|
D | cpdf_font.cpp | 292 uint32_t charcode = GetNextChar(pString, size, offset); in GetStringWidth() 349 uint32_t CPDF_Font::GetNextChar(const char* pString, in GetNextChar() function in CPDF_Font
|
D | cpdf_cidfont.cpp | 754 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/ |
D | cpdf_textrenderer.cpp | 97 codes[i] = pFont->GetNextChar(str.c_str(), str.GetLength(), offset); in DrawTextString()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 164 m_CharCodes[index++] = pFont->GetNextChar(segment, len, offset); in SetSegments()
|