Home | History | Annotate | Download | only in crt

Lines Matching refs:iMid

277     int32_t iMid = (iStart + iEnd) / 2;
278 const FX_STR2CPHASH& cp = g_FXCPHashTable[iMid];
282 iEnd = iMid - 1;
284 iStart = iMid + 1;
295 int32_t iStart = 0, iMid;
297 iMid = (iStart + iEnd) / 2;
298 const FX_CHARSET_MAP& cp = g_FXCharset2CodePageTable[iMid];
302 iEnd = iMid - 1;
304 iStart = iMid + 1;
313 int32_t iStart = 0, iMid;
315 iMid = (iStart + iEnd) / 2;
316 const FX_LANG2CPMAP& cp = g_FXLang2CodepageTable[iMid];
320 iEnd = iMid - 1;
322 iStart = iMid + 1;