Searched refs:str_utf8 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Didn_win32.c40 static wchar_t *_curl_win32_UTF8_to_wchar(const char *str_utf8) argument
44 if(str_utf8) {
46 str_utf8, -1, NULL, 0);
50 if(MultiByteToWideChar(CP_UTF8, 0, str_utf8, -1, str_w,
64 char *str_utf8 = NULL; local
70 str_utf8 = malloc(str_utf8_len * sizeof(wchar_t));
71 if(str_utf8) {
72 if(WideCharToMultiByte(CP_UTF8, 0, str_w, -1, str_utf8, str_utf8_len,
75 free((void *)str_utf8);
76 str_utf8
[all...]

Completed in 196 milliseconds