Lines Matching refs:nResult
353 int nResult ;
372 nResult = MultiByteToWideChar (CP_ACP, 0, path, -1, NULL, 0) ;
373 if (nResult == 0)
379 wpath_len = nResult ;
387 nResult = MultiByteToWideChar (CP_ACP, 0, path, -1, wpath, wpath_len) ;
388 if (nResult == 0)
395 nResult = WideCharToMultiByte (CP_UTF8, 0, wpath, wpath_len, NULL, 0, NULL,
397 if (nResult == 0)
404 nResult = WideCharToMultiByte (CP_UTF8, 0, wpath, wpath_len, utf8path,
409 if (nResult == 0)