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

  /external/pdfium/fpdfsdk/
fpdfsave.cpp 83 int iLast = size - 2;
158 iLast = pArray->GetCount() - 2;
159 pArray->InsertNewAt<CPDF_String>(iLast, "datasets", false);
160 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,
184 iLast = pArray->GetCount() - 2;
185 pArray->InsertNewAt<CPDF_String>(iLast, "form", false);
186 pArray->InsertNewAt<CPDF_Reference>(iLast + 1, pPDFDocument,
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 558 int32_t iLast = 0;
570 iLast = iCur;
575 wsAlign = WideStringView(pTabStops + iLast, iCur - iLast);
580 iLast = iCur;
604 iLast = iCur;
611 CXFA_Measurement ms(WideStringView(pTabStops + iLast, iCur - iLast));
626 CXFA_Measurement ms(WideStringView(pTabStops + iLast, iCur - iLast));
    [all...]
  /external/pdfium/xfa/fgas/layout/
cfx_rtfbreak.cpp 323 int32_t iLast = m_pCurLine->CountChars() - 1;
325 for (int32_t i = 0; i <= iLast;) {
342 if (i == iLast || pTC->m_dwStatus != CFX_BreakType::None ||
542 int32_t iLast = -1;
598 if (iLast < 0) {
599 iLast = iLength;
620 if (iLast > -1) {
622 return iLast;
cfx_txtbreak.cpp 523 int32_t iLast = -1;
569 if (iLast < 0) {
570 iLast = iLength;
591 if (iLast > -1) {
593 return iLast;
  /external/pdfium/fxjs/xfa/
cjx_layoutpseudomodel.cpp 200 int32_t iLast = pLayoutItem->GetLast()->GetPage()->GetPageIndex();
202 int32_t iPageSpan = iLast - iFirst + 1;
  /external/pdfium/core/fxcrt/
fx_bidi.cpp 289 size_t iLast = iStart - iCount;
290 for (size_t i = iStart - 1; i >= iLast; --i) {
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/syzkaller/sys/windows/gen/
amd64.go     [all...]

Completed in 525 milliseconds