Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:iEnd

1454     FX_INT32 iEnd = m_NewObjNumArray.GetUpperBound();

1455 while (iStart <= iEnd) {
1456 FX_INT32 iMid = (iStart + iEnd) / 2;
1459 iEnd = iMid - 1;
1461 if (iMid == iEnd) {