Home
last modified time | relevance | path

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

/external/libmtp/src/
Dunicode.c90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8()
Dptp.h1968 iconv_t cd_ucs2_to_locale; member
Dlibmtp.c1716 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()
Dptp-pack.c129 nconv = iconv(params->cd_ucs2_to_locale, &src, &srclen, in ptp_unpack_string()