Searched refs:convmax (Results 1 – 2 of 2) sorted by relevance
86 size_t convmax = STRING_BUFFER_LENGTH*3; in utf16_to_utf8() local90 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() local125 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen, &unip, &convmax); in utf8_to_utf16()
172 size_t convmax = PTP_MAXSTRLEN * 2; /* Includes the terminator */ in ptp_pack_string() local176 &ucs2strp, &convmax); in ptp_pack_string()