/external/v8/src/debug/wasm/gdb-server/ |
D | session.cc | 30 bool Session::GetChar(char* ch) { in GetChar() function in v8::internal::wasm::gdb_server::Session 57 if (!GetChar(&ch)) { in SendPacket() 73 while (GetChar(&ch)) { in GetPayload() 96 if (!GetChar(&ch)) { in GetPacket() 109 if (!GetChar(&chars[0]) || !GetChar(&chars[1]) || in GetPacket()
|
D | session.h | 56 bool GetChar(char* ch);
|
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 439 wchar_t ch = GetChar(pos - 1); in GetIndexLeft() 453 wchar_t ch = GetChar(pos); in GetIndexRight() 457 ch = GetChar(pos); in GetIndexRight() 475 ch = GetChar(line_start); in GetIndexUp() 500 ch = GetChar(line_end); in GetIndexDown() 522 wchar_t ch = GetChar(pos); in GetIndexAtStartOfLine() 529 ch = GetChar(pos - 1); in GetIndexAtStartOfLine() 543 wchar_t ch = GetChar(pos); in GetIndexAtEndOfLine() 551 ch = GetChar(pos); in GetIndexAtEndOfLine() 924 wchar_t CFDE_TextEditEngine::GetChar(size_t idx) const { in GetChar() function in CFDE_TextEditEngine [all …]
|
D | cfde_texteditengine_unittest.cpp | 242 TEST_F(CFDE_TextEditEngineTest, GetChar) { in TEST_F() argument 244 EXPECT_EQ(L'\0', engine()->GetChar(0)); in TEST_F() 247 EXPECT_EQ(L'H', engine()->GetChar(0)); in TEST_F() 248 EXPECT_EQ(L'd', engine()->GetChar(engine()->GetLength() - 1)); in TEST_F() 249 EXPECT_EQ(L' ', engine()->GetChar(5)); in TEST_F() 253 EXPECT_EQ(L'W', engine()->GetChar(8)); in TEST_F() 256 EXPECT_EQ(L'*', engine()->GetChar(8)); in TEST_F() 259 EXPECT_EQ(L'+', engine()->GetChar(8)); in TEST_F()
|
D | cfde_texteditengine.h | 47 wchar_t GetChar() const; 90 wchar_t GetChar(size_t idx) const override;
|
D | cfde_textout.cpp | 380 const CFX_Char* pTC = pPiece->GetChar(j); in RetrievePieces()
|
/external/lzma/CPP/Common/ |
D | StdInStream.cpp | 42 int intChar = GetChar(); in ScanAStringUntilNewLine() 86 int CStdInStream::GetChar() in GetChar() function in CStdInStream
|
D | StdInStream.h | 33 int GetChar();
|
/external/ImageMagick/MagickWand/ |
D | script-token.c | 318 #define GetChar(c) \ macro 382 GetChar(c); in GetScriptToken() 436 GetChar(c); in GetScriptToken()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_breakline.h | 20 CFX_Char* GetChar(int32_t index);
|
D | cfx_breakline.cpp | 15 CFX_Char* CFX_BreakLine::GetChar(int32_t index) { in GetChar() function in CFX_BreakLine
|
D | cfx_breakpiece.h | 28 CFX_Char* GetChar(int32_t index) const;
|
D | cfx_txtbreak.cpp | 292 pTC = m_pCurLine->GetChar(m_pCurLine->m_LineChars.size() - 1); in EndBreak_SplitLine() 429 const CFX_Char* pTC = ttp.GetChar(j); in EndBreak_Alignment() 462 CFX_Char* pTC = ttp.GetChar(j); in EndBreak_Alignment() 709 wch = pEngine->GetChar(iAbsolute); in GetDisplayPos() 729 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos() 767 wNext = pEngine->GetChar(iNextAbsolute); in GetDisplayPos() 948 wch = pEngine->GetChar(iAbsolute); in GetCharRects()
|
D | cfx_breakpiece.cpp | 34 CFX_Char* CFX_BreakPiece::GetChar(int32_t index) const { in GetChar() function in CFX_BreakPiece
|
D | cfx_txtbreak.h | 39 virtual wchar_t GetChar(size_t idx) const = 0;
|
D | cfx_rtfbreak.cpp | 323 CFX_Char* tc = m_pCurLine->GetChar(m_pCurLine->m_LineChars.size() - 1); in EndBreak() 353 m_pCurLine->GetChar(m_pCurLine->m_LineChars.size() - 1); in EndBreak_SplitLine() 521 const CFX_Char* tc = ttp.GetChar(j); in EndBreak_Alignment() 559 CFX_Char* tc = ttp.GetChar(j); in EndBreak_Alignment()
|
D | cfx_break.cpp | 77 CFX_Char* tc = m_pCurLine->GetChar(m_pCurLine->m_LineChars.size() - 1); in SetBreakStatus()
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssexttextbuf.h | 21 wchar_t GetChar() const { return m_pExtBuffer[m_iDatPos]; } in GetChar() function
|
D | cfx_csssyntaxparser.cpp | 64 wch = m_TextPlane.GetChar(); in DoSyntaxParse()
|
/external/tinyxml/ |
D | tinyxmlparser.cpp | 571 p = GetChar( p, cArr, &len, encoding ); in ReadText() 605 p = GetChar( p, cArr, &len, encoding ); in ReadText()
|
D | tinyxml.h | 280 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() function
|
/external/sfntly/cpp/src/test/tinyxml/ |
D | tinyxmlparser.cpp | 592 p = GetChar( p, cArr, &len, encoding ); in ReadText() 626 p = GetChar( p, cArr, &len, encoding ); in ReadText()
|
D | tinyxml.h | 327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() function
|
/external/libchrome/base/debug/ |
D | activity_tracker.h | 378 char GetChar() const;
|
D | activity_tracker.cc | 300 char ActivityUserData::TypedValue::GetChar() const { in GetChar() function in base::debug::ActivityUserData::TypedValue
|