Home | History | Annotate | Download | only in windows

Lines Matching refs:convResult

200                         int convResult = 0;
203 convResult = WideCharToMultiByte(CP_UTF8, 0,
208 if (convResult == 0)
224 (char *) deviceNameUTF8, convResult);
231 convResult = WideCharToMultiByte(
239 if (convResult == 0)