/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.cpp | 411 wchar_t ch = GetChar(pos); in GetIndexLeft() 414 ch = GetChar(pos - 1); in GetIndexLeft() 428 wchar_t ch = GetChar(pos); in GetIndexRight() 432 ch = GetChar(pos); in GetIndexRight() 450 ch = GetChar(line_start); in GetIndexUp() 475 ch = GetChar(line_end); in GetIndexDown() 497 wchar_t ch = GetChar(pos); in GetIndexAtStartOfLine() 504 ch = GetChar(pos - 1); in GetIndexAtStartOfLine() 518 wchar_t ch = GetChar(pos); in GetIndexAtEndOfLine() 526 ch = GetChar(pos); in GetIndexAtEndOfLine() [all …]
|
D | cfde_texteditengine_unittest.cpp | 193 TEST_F(CFDE_TextEditEngineTest, GetChar) { in TEST_F() argument 195 EXPECT_EQ(L'\0', engine()->GetChar(0)); in TEST_F() 198 EXPECT_EQ(L'H', engine()->GetChar(0)); in TEST_F() 199 EXPECT_EQ(L'd', engine()->GetChar(engine()->GetLength() - 1)); in TEST_F() 200 EXPECT_EQ(L' ', engine()->GetChar(5)); in TEST_F() 204 EXPECT_EQ(L'W', engine()->GetChar(8)); in TEST_F() 207 EXPECT_EQ(L'*', engine()->GetChar(8)); in TEST_F() 210 EXPECT_EQ(L'+', engine()->GetChar(8)); in TEST_F()
|
D | cfde_texteditengine.h | 47 wchar_t GetChar() const; 155 wchar_t GetChar(size_t idx) const;
|
D | cfde_textout.cpp | 386 const CFX_Char* pTC = pPiece->GetChar(j); in RetrievePieces()
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_breakline.h | 21 CFX_Char* GetChar(int32_t index); 22 const CFX_Char* GetChar(int32_t index) const;
|
D | cfx_breakline.cpp | 19 CFX_Char* CFX_BreakLine::GetChar(int32_t index) { in GetChar() function in CFX_BreakLine 24 const CFX_Char* CFX_BreakLine::GetChar(int32_t index) const { in GetChar() function in CFX_BreakLine
|
D | cfx_txtbreak.cpp | 267 pTC = m_pCurLine->GetChar(iCount - 1); in EndBreak_SplitLine() 409 const CFX_Char* pTC = ttp.GetChar(j); in EndBreak_Alignment() 441 CFX_Char* pTC = ttp.GetChar(j); in EndBreak_Alignment() 490 m_pCurLine->GetChar(iCount - 1)->m_dwStatus = dwStatus; in EndBreak() 692 wch = pEngine->GetChar(i); in GetDisplayPos() 712 wNext = pEngine->GetChar(iNext); in GetDisplayPos() 751 wNext = pEngine->GetChar(iNext); in GetDisplayPos() 933 wch = pEngine->GetChar(i); in GetCharRects()
|
D | cfx_breakpiece.h | 27 CFX_Char* GetChar(int32_t index) const;
|
D | cfx_breakpiece.cpp | 32 CFX_Char* CFX_BreakPiece::GetChar(int32_t index) const { in GetChar() function in CFX_BreakPiece
|
D | cfx_rtfbreak.cpp | 268 CFX_Char* tc = m_pCurLine->GetChar(iCount - 1); in EndBreak() 297 const CFX_Char* tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1); in EndBreak_SplitLine() 467 const CFX_Char* tc = ttp.GetChar(j); in EndBreak_Alignment() 505 CFX_Char* tc = ttp.GetChar(j); in EndBreak_Alignment()
|
D | cfx_break.cpp | 102 CFX_Char* tc = m_pCurLine->GetChar(iCount - 1); in SetBreakStatus()
|
/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/core/fxcrt/css/ |
D | cfx_cssexttextbuf.h | 21 wchar_t GetChar() const { return m_pExtBuffer[m_iDatPos]; } in GetChar() function
|
D | cfx_csssyntaxparser.cpp | 59 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
|