Searched refs:cd_ucs2_to_locale (Results 1 – 4 of 4) sorted by relevance
90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8()
1968 iconv_t cd_ucs2_to_locale; member
1716 current_params->cd_ucs2_to_locale = iconv_open("UTF-8", "UCS-2LE"); in LIBMTP_Open_Raw_Device()1719 current_params->cd_ucs2_to_locale == (iconv_t) -1) { in LIBMTP_Open_Raw_Device()1979 iconv_close(params->cd_ucs2_to_locale); in LIBMTP_Release_Device()
129 nconv = iconv(params->cd_ucs2_to_locale, &src, &srclen, in ptp_unpack_string()