Searched defs:pvOutputLeft (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dutf8-posix.cpp195 void *pvOutputLeft = pvOutput; local
198 cchNonRev = iconv(hIconv, (char **)&pvInputLeft, &cbInLeft, (char **)&pvOutputLeft, &cbOutLeft);
200 cchNonRev = iconv(hIconv, (const char **)&pvInputLeft, &cbInLeft, (char **)&pvOutputLeft, &cbOutLeft);
210 ((char *)pvOutputLeft)[0] = '\0';
212 ((char *)pvOutputLeft)[1] = '\0';
325 void *pvOutputLeft = pvOutput; local
328 cchNonRev = iconv(icHandle, (char **)&pvInputLeft, &cbInLeft, (char **)&pvOutputLeft, &cbOutLeft);
330 cchNonRev = iconv(icHandle, (const char **)&pvInputLeft, &cbInLeft, (char **)&pvOutputLeft, &cbOutLeft);
341 ((char *)pvOutputLeft)[0] = '\0';
343 ((char *)pvOutputLeft)[
[all...]

Completed in 41 milliseconds