Searched refs:cd_ucs2_to_locale (Results 1 – 4 of 4) sorted by relevance
91 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8()
162 if (params->cd_ucs2_to_locale != (iconv_t)-1) in ptp_unpack_string()163 nconv = iconv(params->cd_ucs2_to_locale, &src, &srclen, &dest, &destlen); in ptp_unpack_string()
2542 iconv_t cd_ucs2_to_locale; member
1880 current_params->cd_ucs2_to_locale = iconv_open("UTF-8", "UCS-2LE"); in LIBMTP_Open_Raw_Device_Uncached()1883 current_params->cd_ucs2_to_locale == (iconv_t) -1) { in LIBMTP_Open_Raw_Device_Uncached()2430 iconv_close(params->cd_ucs2_to_locale); in LIBMTP_Release_Device()