Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser.cpp104 return GetNextChar(ch); in GetCharAt()
127 bool CPDF_SyntaxParser::GetNextChar(uint8_t& ch) { in GetNextChar() function in CPDF_SyntaxParser
174 if (!GetNextChar(ch)) in GetNextWordInternal()
184 if (!GetNextChar(ch)) in GetNextWordInternal()
196 if (!GetNextChar(ch)) in GetNextWordInternal()
204 if (!GetNextChar(ch)) in GetNextWordInternal()
224 if (!GetNextChar(ch)) in GetNextWordInternal()
236 if (!GetNextChar(ch)) in ReadString()
313 if (!GetNextChar(ch)) in ReadString()
317 GetNextChar(ch); in ReadString()
[all …]
Dcpdf_syntax_parser.h65 bool GetNextChar(uint8_t& ch);
/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.cpp76 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
113 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
138 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
158 if (m_TextPlane.GetNextChar() == '*') { in DoSyntaxParse()
Dcfx_cssexttextbuf.h22 wchar_t GetNextChar() const { in GetNextChar() function
/external/llvm-project/flang/runtime/
Dformat-implementation.h229 CharType ch{GetNextChar(context)}; in CueUpNextDataEdit()
236 ch = GetNextChar(context); in CueUpNextDataEdit()
240 ch = GetNextChar(context); in CueUpNextDataEdit()
243 ch = GetNextChar(context); in CueUpNextDataEdit()
376 edit.descriptor = static_cast<char>(Capitalize(GetNextChar(context))); in GetNextDataEdit()
Dformat.h125 CharType GetNextChar(IoErrorHandler &handler) { in GetNextChar() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_lexer.cc48 int HloLexer::GetNextChar() { in GetNextChar() function in xla::HloLexer
98 int current_char = GetNextChar(); in LexToken()
172 int current = GetNextChar(); in LexToken()
Dhlo_lexer.h144 int GetNextChar();
/external/pdfium/core/fpdfapi/font/
Dcpdf_cmap.h59 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
Dcpdf_cidfont.h51 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const override;
Dcpdf_cmap.cpp326 uint32_t CPDF_CMap::GetNextChar(ByteStringView pString, size_t* pOffset) const { in GetNextChar() function in CPDF_CMap
411 GetNextChar(pString, &offset); in CountChar()
Dcpdf_font.cpp283 width += GetCharWidthF(GetNextChar(pString, &offset)); in GetStringWidth()
343 uint32_t CPDF_Font::GetNextChar(ByteStringView pString, size_t* pOffset) const { in GetNextChar() function in CPDF_Font
Dcpdf_font.h87 virtual uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
Dcpdf_cidfont.cpp732 uint32_t CPDF_CIDFont::GetNextChar(ByteStringView pString, in GetNextChar() function in CPDF_CIDFont
734 return m_pCMap->GetNextChar(pString, pOffset); in GetNextChar()
/external/llvm-project/flang/lib/Parser/
Dparsing.cpp98 while (std::optional<const char *> p{parseState.GetNextChar()}) { in DumpCookedChars()
Dtoken-parsers.h561 while (std::optional<const char *> p{state.GetNextChar()}) { in Parse()
Dbasic-parsers.h831 if (std::optional<const char *> result{state.GetNextChar()}) { in Parse()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp97 codes[i] = pFont->GetNextChar(str.AsStringView(), &offset); in DrawTextString()
/external/llvm-project/flang/include/flang/Parser/
Dparse-state.h175 std::optional<const char *> GetNextChar() { in GetNextChar() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_textobject.cpp219 m_CharCodes[index++] = pFont->GetNextChar(segment, &offset); in SetSegments()