Home | History | Annotate | Download | only in src

Lines Matching refs:convlen

165 	size_t convlen = strlen(string);
175 nconv = iconv(params->cd_locale_to_ucs2, &stringp, &convlen,
183 for (i=0;i<convlen;i++) {
186 ucs2str[convlen] = 0;