Home
last modified time | relevance | path

Searched refs:cd_ucs2_to_locale (Results 1 – 4 of 4) sorted by relevance

/external/libmtp/src/
Dunicode.c91 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8()
Dptp-pack.c162 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()
Dptp.h2542 iconv_t cd_ucs2_to_locale; member
Dlibmtp.c1880 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()