Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h141 typedef struct _uconv_t uconv_t; typedef
155 uconv_t *uconv_in;
156 uconv_t *uconv_out;
/external/libxml2/os400/libxmlrpg/
Dencoding.rpgle142 d uconv_t ds based(######typedef######)
164 d uconv_in * uconv_t *
165 d uconv_out * uconv_t *
/external/libxml2/
Dencoding.c105 static uconv_t*
109 uconv_t *conv = (uconv_t *) xmlMalloc(sizeof(uconv_t)); in openIcuConverter()
145 closeIcuConverter(uconv_t *conv) in closeIcuConverter()
1670 uconv_t *ucv_in, *ucv_out; in xmlFindCharEncodingHandler()
1888 xmlUconvWrapper(uconv_t *cd, int toUnicode, unsigned char *out, int *outlen, in xmlUconvWrapper()