Home | History | Annotate | Download | only in libxml2

Lines Matching refs:cd

1775  * @cd:		iconv converter data structure
1792 xmlIconvWrapper(iconv_t cd, unsigned char *out, int *outlen,
1805 ret = iconv(cd, (ICONV_CONST char **) &icv_in, &icv_inlen, &icv_out, &icv_outlen);
1841 * @cd: ICU uconverter data structure
1859 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen,
1879 ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen,
1884 ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen,