Home | History | Annotate | Download | only in libxml2

Lines Matching refs:uconv_in

1360     handler->uconv_in = NULL;
1724 encu->uconv_in = ucv_in;
1971 else if (handler->uconv_in != NULL) {
1972 ret = xmlUconvWrapper(handler->uconv_in, 1, &out->content[out->use],
2086 else if (handler->uconv_in != NULL) {
2087 ret = xmlUconvWrapper(handler->uconv_in, 1, &out->content[out->use],
2382 if ((handler->uconv_out != NULL) || (handler->uconv_in != NULL)) {
2388 if (handler->uconv_in != NULL) {
2389 closeIcuConverter(handler->uconv_in);
2390 handler->uconv_in = NULL;