Home
last modified time | relevance | path

Searched refs:GetChar (Results 1 – 22 of 22) sorted by relevance

/external/pdfium/xfa/src/fee/src/fx_wordbreak/
Dfx_wordbreak_impl.cpp38 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()
Dfx_wordbreak_impl.h32 virtual FX_WCHAR GetChar();
/external/lzma/CPP/Common/
DStdInStream.cpp44 int intChar = GetChar(); in ScanStringUntilNewLine()
79 while ((c = GetChar()) != EOF) in ReadToString()
88 int CStdInStream::GetChar() in GetChar() function in CStdInStream
DStdInStream.h28 int GetChar();
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtparag.cpp50 FX_WCHAR wAppend = pIter->GetChar(); in LoadParag()
114 FX_WCHAR wAppend = pIter->GetChar(); in CalcLines()
Dfde_txtedtbuf.h22 virtual FX_WCHAR GetChar();
Dfde_txtedtpage.cpp49 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()
Dfde_txtedtengine.cpp855 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 …]
Dfde_txtedtpage.h126 virtual FX_WCHAR GetChar(void* pIdentity, int32_t index) const;
Dfde_txtedtbuf.cpp97 FX_WCHAR CFDE_TxtEdtBufIter::GetChar() { in GetChar() function in CFDE_TxtEdtBufIter
/external/pdfium/xfa/src/fdp/src/css/
Dfde_csssyntax.h37 FX_WCHAR GetChar() const { return m_pBuffer[m_iDatPos]; } in GetChar() function
Dfde_csssyntax.cpp98 wch = m_TextPlane.GetChar(); in DoSyntaxParse()
/external/pdfium/xfa/src/fgas/include/
Dfx_tbk.h73 virtual FX_WCHAR GetChar(void* pIdentity, int32_t index) const = 0;
Dfx_rbk.h124 CFX_RTFChar& GetChar(int32_t index) { in GetChar() function
/external/pdfium/xfa/src/fgas/src/layout/
Dfx_rtfbreak.cpp269 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()
Dfx_textbreak.cpp1227 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()
Dfx_rtfbreak.h24 CFX_RTFChar& GetChar(int32_t index) { in GetChar() function
/external/pdfium/xfa/src/fee/include/
Difde_txtedtengine.h174 virtual FX_WCHAR GetChar() = 0;
/external/tinyxml/
Dtinyxmlparser.cpp571 p = GetChar( p, cArr, &len, encoding ); in ReadText()
605 p = GetChar( p, cArr, &len, encoding ); in ReadText()
Dtinyxml.h280 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() function
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxmlparser.cpp592 p = GetChar( p, cArr, &len, encoding ); in ReadText()
626 p = GetChar( p, cArr, &len, encoding ); in ReadText()
Dtinyxml.h327 …inline static const char* GetChar( const char* p, char* _value, int* length, TiXmlEncoding encodin… in GetChar() function