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

/external/libmtp/src/
H A Dunicode.c90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax);
H A Dlibmtp.c1716 current_params->cd_ucs2_to_locale = iconv_open("UTF-8", "UCS-2LE");
1719 current_params->cd_ucs2_to_locale == (iconv_t) -1) {
1979 iconv_close(params->cd_ucs2_to_locale);
H A Dptp-pack.c129 nconv = iconv(params->cd_ucs2_to_locale, &src, &srclen,
H A Dptp.h1968 iconv_t cd_ucs2_to_locale; member in struct:_PTPParams

Completed in 131 milliseconds