/external/pdfium/core/fpdfapi/parser/ |
D | cpdf_syntax_parser.cpp | 104 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 …]
|
D | cpdf_syntax_parser.h | 65 bool GetNextChar(uint8_t& ch);
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_csssyntaxparser.cpp | 76 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()
|
D | cfx_cssexttextbuf.h | 22 wchar_t GetNextChar() const { in GetNextChar() function
|
/external/llvm-project/flang/runtime/ |
D | format-implementation.h | 229 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()
|
D | format.h | 125 CharType GetNextChar(IoErrorHandler &handler) { in GetNextChar() function
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_lexer.cc | 48 int HloLexer::GetNextChar() { in GetNextChar() function in xla::HloLexer 98 int current_char = GetNextChar(); in LexToken() 172 int current = GetNextChar(); in LexToken()
|
D | hlo_lexer.h | 144 int GetNextChar();
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_cmap.h | 59 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
|
D | cpdf_cidfont.h | 51 uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const override;
|
D | cpdf_cmap.cpp | 326 uint32_t CPDF_CMap::GetNextChar(ByteStringView pString, size_t* pOffset) const { in GetNextChar() function in CPDF_CMap 411 GetNextChar(pString, &offset); in CountChar()
|
D | cpdf_font.cpp | 283 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
|
D | cpdf_font.h | 87 virtual uint32_t GetNextChar(ByteStringView pString, size_t* pOffset) const;
|
D | cpdf_cidfont.cpp | 732 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/ |
D | parsing.cpp | 98 while (std::optional<const char *> p{parseState.GetNextChar()}) { in DumpCookedChars()
|
D | token-parsers.h | 561 while (std::optional<const char *> p{state.GetNextChar()}) { in Parse()
|
D | basic-parsers.h | 831 if (std::optional<const char *> result{state.GetNextChar()}) { in Parse()
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_textrenderer.cpp | 97 codes[i] = pFont->GetNextChar(str.AsStringView(), &offset); in DrawTextString()
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-state.h | 175 std::optional<const char *> GetNextChar() { in GetNextChar() function
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_textobject.cpp | 219 m_CharCodes[index++] = pFont->GetNextChar(segment, &offset); in SetSegments()
|