Home | History | Annotate | Download | only in ge

Lines Matching refs:iEnd

704     FX_INT32 iEnd = sizeof(g_Codepage2CharsetTable) / sizeof(CHARSET_MAP) - 1;

705 FXSYS_assert(iEnd >= 0);
708 iMid = (iStart + iEnd) / 2;
713 iEnd = iMid - 1;
717 } while (iStart <= iEnd);