Lines Matching refs:uconv_out
119 + handler->uconv_out = NULL;
164 + enc->uconv_out = ucv_out;
296 + else if (handler->uconv_out != NULL) {
297 + ret = xmlUconvWrapper(handler->uconv_out, 0,
321 + else if (handler->uconv_out != NULL) {
322 + ret = xmlUconvWrapper(handler->uconv_out, 0,
348 + if ((handler->uconv_out != NULL) || (handler->uconv_in != NULL)) {
352 + if (handler->uconv_out != NULL) {
353 + closeIcuConverter(handler->uconv_out);
354 + handler->uconv_out = NULL;
371 + } else if (handler->uconv_out != NULL) {
375 + ret = xmlUconvWrapper(handler->uconv_out, 0, &convbuf[0],
454 + uconv_t *uconv_out;