/external/pdfium/xfa/src/fee/src/fx_wordbreak/ |
D | fx_wordbreak_impl.cpp | 38 FX_WCHAR CFX_CharIter::GetChar() { in GetChar() function in CFX_CharIter 128 lpBuf[i++] = pTempIter->GetChar(); in GetWord() 151 FX_WCHAR wcTemp = pIter->GetChar(); in FindNextBreakPos() 155 FX_WCHAR wcTemp = pIter->GetChar(); in FindNextBreakPos() 160 FX_WCHAR wcTemp = pIter->GetChar(); in FindNextBreakPos() 221 wcTemp = pIter->GetChar(); in FindNextBreakPos()
|
D | fx_wordbreak_impl.h | 32 virtual FX_WCHAR GetChar();
|
/external/lzma/CPP/Common/ |
D | StdInStream.cpp | 44 int intChar = GetChar(); in ScanStringUntilNewLine() 79 while ((c = GetChar()) != EOF) in ReadToString() 88 int CStdInStream::GetChar() in GetChar() function in CStdInStream
|
D | StdInStream.h | 28 int GetChar();
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtparag.cpp | 50 FX_WCHAR wAppend = pIter->GetChar(); in LoadParag() 114 FX_WCHAR wAppend = pIter->GetChar(); in CalcLines()
|
D | fde_txtedtbuf.h | 22 virtual FX_WCHAR GetChar();
|
D | fde_txtedtpage.cpp | 49 pBuffer[i] = m_pPage->GetChar((void*)hText, i); in GetString() 448 FX_WCHAR wAppend = pIter->GetChar(); in LoadPage() 616 FX_WCHAR CFDE_TxtEdtPage::GetChar(void* pIdentity, int32_t index) const { in GetChar() function in CFDE_TxtEdtPage 622 FX_WCHAR wChar = m_pIter->GetChar(); in GetChar()
|
D | fde_txtedtengine.cpp | 855 wc = pIter->GetChar(); in SetFormatBlock() 1413 wChar = pIter->GetChar(); in RebuildParagraphs() 2070 FX_WCHAR wc = pIter->GetChar(); in GetFieldBoundary() 2088 FX_WCHAR wc = pIter->GetChar(); in GetFieldBoundary() 2092 FX_DWORD dwPre = (FX_DWORD)pIter->GetChar(); in GetFieldBoundary() 2094 FX_DWORD dwCur = (FX_DWORD)pIter->GetChar(); in GetFieldBoundary() 2123 FX_WCHAR wc = pIter->GetChar(); in FindEditableField() 2136 FX_WCHAR wc = pIter->GetChar(); in FindEditableField() 2150 FX_DWORD dwPre = (FX_DWORD)pIter->GetChar(); in FindEditableField() 2152 FX_DWORD dwCur = (FX_DWORD)pIter->GetChar(); in FindEditableField() [all …]
|
D | fde_txtedtpage.h | 126 virtual FX_WCHAR GetChar(void* pIdentity, int32_t index) const;
|
D | fde_txtedtbuf.cpp | 97 FX_WCHAR CFDE_TxtEdtBufIter::GetChar() { in GetChar() function in CFDE_TxtEdtBufIter
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_csssyntax.h | 37 FX_WCHAR GetChar() const { return m_pBuffer[m_iDatPos]; } in GetChar() function
|
D | fde_csssyntax.cpp | 98 wch = m_TextPlane.GetChar(); in DoSyntaxParse()
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_tbk.h | 73 virtual FX_WCHAR GetChar(void* pIdentity, int32_t index) const = 0;
|
D | fx_rbk.h | 124 CFX_RTFChar& GetChar(int32_t index) { in GetChar() function
|
/external/pdfium/xfa/src/fgas/src/layout/ |
D | fx_rtfbreak.cpp | 269 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1); in SetBreakStatus() 643 CFX_RTFChar& tc = m_pCurLine->GetChar(iCount - 1); in EndBreak() 676 CFX_RTFChar& tc = m_pCurLine->GetChar(m_pCurLine->CountChars() - 1); in EndBreak_SplitLine() 864 const CFX_RTFChar& tc = ttp.GetChar(j); in EndBreak_Alignment() 908 CFX_RTFChar& tc = ttp.GetChar(j); in EndBreak_Alignment()
|
D | fx_textbreak.cpp | 1227 wch = pAccess->GetChar(pIdentity, i); in GetDisplayPos() 1245 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos() 1285 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos() 1319 wNext = pAccess->GetChar(pIdentity, iNext); in GetDisplayPos() 1595 wch = pAccess->GetChar(pIdentity, i); in GetCharRects()
|
D | fx_rtfbreak.h | 24 CFX_RTFChar& GetChar(int32_t index) { in GetChar() function
|
/external/pdfium/xfa/src/fee/include/ |
D | ifde_txtedtengine.h | 174 virtual FX_WCHAR GetChar() = 0;
|
/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
|