Home
last modified time | relevance | path

Searched refs:IFX_CharIter (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/src/fee/src/fx_wordbreak/
Dfx_wordbreak_impl.h27 class CFX_CharIter : public IFX_CharIter {
36 virtual IFX_CharIter* Clone();
49 virtual void Attach(IFX_CharIter* pIter);
60 FX_BOOL FindNextBreakPos(IFX_CharIter* pIter,
65 IFX_CharIter* m_pPreIter;
66 IFX_CharIter* m_pCurIter;
Dfx_wordbreak_impl.cpp53 IFX_CharIter* CFX_CharIter::Clone() { in Clone()
72 void CFX_WordBreak::Attach(IFX_CharIter* pIter) { in Attach()
80 IFX_CharIter* pIter = bPrev ? m_pPreIter->Clone() : m_pCurIter->Clone(); in Next()
125 IFX_CharIter* pTempIter = m_pPreIter->Clone(); in GetWord()
140 FX_BOOL CFX_WordBreak::FindNextBreakPos(IFX_CharIter* pIter, in FindNextBreakPos()
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtbuf.h9 class IFX_CharIter; variable
12 class CFDE_TxtEdtBufIter : public IFX_CharIter {
26 virtual IFX_CharIter* Clone();
Dfde_txtedtparag.cpp39 IFX_CharIter* pIter = in LoadParag()
104 IFX_CharIter* pIter = new CFDE_TxtEdtBufIter((CFDE_TxtEdtBuf*)pTxtBuf); in CalcLines()
Dfde_txtedtpage.h10 class IFX_CharIter; variable
136 IFX_CharIter* m_pIter;
Dfde_txtedtengine.h17 class IFX_CharIter; variable
130 virtual IFX_CharIter* CreateCharIter();
Dfde_txtedtbuf.cpp136 IFX_CharIter* CFDE_TxtEdtBufIter::Clone() { in Clone()
Dfde_txtedtpage.cpp440 IFX_CharIter* pIter = m_pIter->Clone(); in LoadPage()
Dfde_txtedtengine.cpp1124 IFX_CharIter* CFDE_TxtEdtEngine::CreateCharIter() { in CreateCharIter()
1410 IFX_CharIter* pIter = new CFDE_TxtEdtBufIter((CFDE_TxtEdtBuf*)m_pTxtBuf); in RebuildParagraphs()
/external/pdfium/xfa/src/fee/include/
Dfx_wordbreak.h9 class IFX_CharIter; variable
15 virtual void Attach(IFX_CharIter* pIter) = 0;
Difde_txtedtengine.h169 class IFX_CharIter {
171 virtual ~IFX_CharIter() {} in ~IFX_CharIter()
178 virtual IFX_CharIter* Clone() = 0;
247 virtual IFX_CharIter* CreateCharIter() = 0;