HomeSort by relevance Sort by last modified time
    Searched refs:GetNextChar (Results 1 - 14 of 14) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_cssexttextbuf.h 22 wchar_t GetNextChar() const {
cfx_csssyntaxparser.cpp 71 if (m_TextPlane.GetNextChar() == '*') {
107 if (m_TextPlane.GetNextChar() == '*') {
131 if (m_TextPlane.GetNextChar() == '*') {
149 if (m_TextPlane.GetNextChar() == '*') {
  /external/pdfium/core/fpdfapi/parser/
cpdf_syntax_parser.cpp 55 return GetNextChar(ch);
77 bool CPDF_SyntaxParser::GetNextChar(uint8_t& ch) {
120 if (!GetNextChar(ch))
130 if (!GetNextChar(ch))
142 if (!GetNextChar(ch))
150 if (!GetNextChar(ch))
170 if (!GetNextChar(ch))
182 if (!GetNextChar(ch))
259 if (!GetNextChar(ch))
263 GetNextChar(ch)
    [all...]
cpdf_syntax_parser.h 75 bool GetNextChar(uint8_t& ch);
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 49 uint32_t GetNextChar(const char* pString,
cpdf_cmap.h 64 uint32_t GetNextChar(const char* pString, int nStrLen, int& offset) const;
cpdf_font.h 56 virtual uint32_t GetNextChar(const char* pString,
cpdf_cmap.cpp 340 uint32_t CPDF_CMap::GetNextChar(const char* pString,
425 GetNextChar(pString, size, offset);
cpdf_font.cpp 292 uint32_t charcode = GetNextChar(pString, size, offset);
349 uint32_t CPDF_Font::GetNextChar(const char* pString,
cpdf_cidfont.cpp 754 uint32_t CPDF_CIDFont::GetNextChar(const char* pString,
757 return m_pCMap->GetNextChar(pString, nStrLen, offset);
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_lexer.cc 47 int HloLexer::GetNextChar() {
105 int current_char = GetNextChar();
179 int current = GetNextChar();
hlo_lexer.h 142 int GetNextChar();
  /external/pdfium/core/fpdfapi/render/
cpdf_textrenderer.cpp 97 codes[i] = pFont->GetNextChar(str.c_str(), str.GetLength(), offset);
  /external/pdfium/core/fpdfapi/page/
cpdf_textobject.cpp 164 m_CharCodes[index++] = pFont->GetNextChar(segment, len, offset);

Completed in 1453 milliseconds