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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DcharsetConv.c318 static iconv_t to_native = NULL; variable
324 if(to_native != NULL)
333 to_native = iconv_open(cp, wcharCp);
334 if(to_native == (iconv_t) -1)
335 to_native = iconv_open(li, wcharCp);
336 if(to_native == (iconv_t) -1)
339 if(to_native == (iconv_t) -1)
359 r=safe_iconv(to_native, wchar, native, len, &mangled);

Completed in 47 milliseconds