Lines Matching defs:fz
265 size_t fz;
280 fz = tz = (*fn < *tn) ? *fn : *tn;
281 memcpy(*tb, *fb, fz);
296 fz = *fn;
308 fz = *fn - pz;
311 while (!(tz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)fz, (LPWSTR)*tb, 0)))
312 if (++fz >= *fn)
319 if (!(fz = oz))
324 fz -= pz;
327 oz = fz;
328 fz += pz;
352 fz = *fn;
365 while (!(fz = MultiByteToWideChar(cc->from.index, 0, (LPCSTR)*fb, (int)bz, (LPWSTR)ub, un)))
368 if (!(tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, fz, *tb, 0, 0, 0)))
374 if (!(fz = oz))
386 if (!(tz = WideCharToMultiByte(cc->to.index, 0, (LPCWSTR)ub, fz, *tb, tz, 0, 0)))
389 error(DEBUG_TRACE, "AHA#%d _win_iconv *fn=%u fz=%u[%u] *tn=%u tz=%u\n", __LINE__, *fn, fz, fz * sizeof(WCHAR), *tn, tz);
392 fz *= sizeof(WCHAR);
399 *fb += fz;
400 *fn -= fz;
403 return fz;