Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ucv_in

1636     uconv_t *ucv_in, *ucv_out;
1710 ucv_in = openIcuConverter(name, 1);
1712 if (ucv_in != NULL && ucv_out != NULL) {
1716 closeIcuConverter(ucv_in);
1724 encu->uconv_in = ucv_in;
1731 } else if (ucv_in != NULL || ucv_out != NULL) {
1732 closeIcuConverter(ucv_in);
1855 const char *ucv_in = (const char *) in;
1874 &ucv_in, ucv_in + *inlen, NULL, NULL, NULL, NULL,
1879 &ucv_in, ucv_in + *inlen, NULL, NULL, NULL, NULL,
1882 *inlen = ucv_in - (const char*) in;