Home
last modified time | relevance | path

Searched refs:uconv_t (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h136 typedef struct _uconv_t uconv_t; typedef
150 uconv_t *uconv_in;
151 uconv_t *uconv_out;
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch61 +static uconv_t*
65 + uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t));
98 +closeIcuConverter(uconv_t *conv)
139 + uconv_t *ucv_in, *ucv_out;
209 +xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen,
443 +typedef struct _uconv_t uconv_t;
453 + uconv_t *uconv_in;
454 + uconv_t *uconv_out;
/external/libxml2/
Dencoding.c101 static uconv_t*
105 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t)); in openIcuConverter()
138 closeIcuConverter(uconv_t *conv) in closeIcuConverter()
1636 uconv_t *ucv_in, *ucv_out; in xmlFindCharEncodingHandler()
1853 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, in xmlUconvWrapper()