Home
last modified time | relevance | path

Searched refs:convmax (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/src/
Dunicode.c86 size_t convmax = STRING_BUFFER_LENGTH*3; in utf16_to_utf8() local
90 nconv = iconv(params->cd_ucs2_to_locale, &stringp, &convlen, &locp, &convmax); in utf16_to_utf8()
119 size_t convmax = STRING_BUFFER_LENGTH*2; in utf8_to_utf16() local
125 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax); in utf8_to_utf16()
Dptp-pack.c172 size_t convmax = PTP_MAXSTRLEN * 2; /* Includes the terminator */ in ptp_pack_string() local
176 &ucs2strp, &convmax); in ptp_pack_string()