Searched refs:uconv_t (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | encoding.h | 136 typedef struct _uconv_t uconv_t; typedef 150 uconv_t *uconv_in; 151 uconv_t *uconv_out;
|
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 61 +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/ |
D | encoding.c | 101 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()
|