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

  /bootable/recovery/minzip/
Hash.h 156 INLINE void mzHashIterNext(HashIter* pIter) {
157 int i = pIter->idx +1;
158 int lim = pIter->pHashTable->tableSize;
160 void* data = pIter->pHashTable->pEntries[i].data;
164 pIter->idx = i;
166 INLINE void mzHashIterBegin(HashTable* pHashTable, HashIter* pIter) {
167 pIter->pHashTable = pHashTable;
168 pIter->idx = -1;
169 mzHashIterNext(pIter);
171 INLINE bool mzHashIterDone(HashIter* pIter) {
    [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...]
fx_wordbreak_impl.h 49 virtual void Attach(IFX_CharIter* pIter);
60 FX_BOOL FindNextBreakPos(IFX_CharIter* pIter,
  /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_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...]
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;
  /external/pdfium/xfa/src/fee/include/
fx_wordbreak.h 15 virtual void Attach(IFX_CharIter* pIter) = 0;
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 33 DirIterator& pIter);
111 DirIterator& pIter);
126 explicit DirIterator(Directory* pParent, const DirCache::iterator& pIter);
FileSystem.h 89 mcld::sys::fs::PathCache::entry_type* bring_one_into_cache(DirIterator& pIter);
  /frameworks/compile/mclinker/lib/Script/
RpnExpr.cpp 80 RpnExpr* RpnExpr::buildHelperExpr(SectionMap::iterator pIter) {
82 expr->push_back(SectDescOperand::create(*pIter));
84 expr->push_back(SectDescOperand::create(*pIter));
  /frameworks/compile/mclinker/include/mcld/Script/
RpnExpr.h 66 static RpnExpr* buildHelperExpr(SectionMap::iterator pIter);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 142 const DirIterator::DirCache::iterator& pIter)
143 : m_pParent(pParent), m_Iter(pIter) {
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 79 /// @param pIter - the iterator in the input tree built from this archive
80 bool Archive::addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter) {
84 entry->setValue(pIter);
  /frameworks/compile/mclinker/include/mcld/LD/
Archive.h 138 /// @param pIter - the iterator in the input tree built from this archive
139 bool addObjectMember(uint32_t pFileOffset, InputTree::iterator pIter);
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 

Completed in 447 milliseconds