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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_multibyte.c66 int str_utf8_len = WideCharToMultiByte(CP_UTF8, 0, str_w, -1, NULL, local
68 if(str_utf8_len > 0) {
69 str_utf8 = malloc(str_utf8_len * sizeof(wchar_t));
71 if(WideCharToMultiByte(CP_UTF8, 0, str_w, -1, str_utf8, str_utf8_len,

Completed in 53 milliseconds