Home | History | Annotate | Download | only in fpdf_edit

Lines Matching refs:iEnd

518     FX_INT32 iEnd = sizeof(gs_FXLang2CharsetTable) / sizeof(FX_LANG2CS) - 1;

519 while (iStart <= iEnd) {
520 FX_INT32 iMid = (iStart + iEnd) / 2;
525 iEnd = iMid - 1;