Lines Matching refs:ucv_out
139 + uconv_t *ucv_in, *ucv_out;
151 + ucv_out = openIcuConverter(name, 0);
152 + if (ucv_in != NULL && ucv_out != NULL) {
157 + closeIcuConverter(ucv_out);
164 + enc->uconv_out = ucv_out;
170 + } else if (ucv_in != NULL || ucv_out != NULL) {
172 + closeIcuConverter(ucv_out);
212 + char *ucv_out = (char *) out;
229 + ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen,
234 + ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen,
239 + *outlen = ucv_out - (char *) out;