HomeSort by relevance Sort by last modified time
    Searched defs:pIter (Results 1 - 8 of 8) sorted by null

  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtparag.cpp 39 IFX_CharIter* pIter =
41 pIter->SetAt(m_nCharStart);
50 FX_WCHAR wAppend = pIter->GetChar();
53 if (pIter->GetAt() + 1 == nEndIndex &&
67 if ((pIter->GetAt() + 1 == nEndIndex) &&
70 pIter->Next(TRUE);
72 } while (pIter->Next(FALSE) && (pIter->GetAt() < nEndIndex));
73 pIter->Release();
104 IFX_CharIter* pIter = new CFDE_TxtEdtBufIter((CFDE_TxtEdtBuf*)pTxtBuf);
    [all...]
fde_txtedtbuf.cpp 137 CFDE_TxtEdtBufIter* pIter = new CFDE_TxtEdtBufIter(m_pBuf);
138 pIter->m_nCurChunk = m_nCurChunk;
139 pIter->m_nCurIndex = m_nCurIndex;
140 pIter->m_nIndex = m_nIndex;
141 pIter->m_Alias = m_Alias;
142 return pIter;
fde_txtedtpage.cpp 369 IFX_WordBreak* pIter = FX_WordBreak_Create();
370 pIter->Attach(new CFDE_TxtEdtBufIter((CFDE_TxtEdtBuf*)pBuf));
371 pIter->SetAt(nIndex);
372 nCount = pIter->GetWordLength();
373 int32_t nRet = pIter->GetWordPos();
374 pIter->Release();
440 IFX_CharIter* pIter = m_pIter->Clone();
441 pIter->SetAt(nPageStart);
448 FX_WCHAR wAppend = pIter->GetChar();
451 if (pIter->GetAt() == nPageEnd && dwBreakStatus < FX_TXTBREAK_LineBreak) {
    [all...]
fde_txtedtengine.cpp 851 CFDE_TxtEdtBufIter* pIter =
853 pIter->SetAt(0);
855 wc = pIter->GetChar();
866 nBlockPos = pIter->GetAt();
871 } while (pIter->Next());
872 pIter->Release();
    [all...]
  /external/pdfium/xfa/src/fee/src/fx_wordbreak/
fx_wordbreak_impl.cpp 54 CFX_CharIter* pIter = new CFX_CharIter(m_wsText);
55 pIter->m_nIndex = m_nIndex;
56 return pIter;
72 void CFX_WordBreak::Attach(IFX_CharIter* pIter) {
73 FXSYS_assert(pIter);
74 m_pCurIter = pIter;
80 IFX_CharIter* pIter = bPrev ? m_pPreIter->Clone() : m_pCurIter->Clone();
81 if (pIter->IsEOF(!bPrev)) {
84 pIter->Next(bPrev);
85 if (!FindNextBreakPos(pIter, bPrev, TRUE)) {
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 484 milliseconds