Searched refs:ucv_out (Results 1 – 2 of 2) sorted by relevance
/external/libxml2/patches/ |
D | 0001-Add-ICU-support-for-libxml.patch | 139 + uconv_t *ucv_in, *ucv_out; 151 + ucv_out = openIcuConverter(name, 0); 152 + if (ucv_in != NULL && ucv_out != NULL) { 157 + closeIcuConverter(ucv_out); 164 + enc->uconv_out = ucv_out; 170 + } else if (ucv_in != NULL || ucv_out != NULL) { 172 + closeIcuConverter(ucv_out); 212 + char *ucv_out = (char *) out; 229 + ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen, 234 + ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen, [all …]
|
/external/libxml2/ |
D | encoding.c | 1633 uconv_t *ucv_in, *ucv_out; in xmlFindCharEncodingHandler() local 1704 ucv_out = openIcuConverter(name, 0); in xmlFindCharEncodingHandler() 1705 if (ucv_in != NULL && ucv_out != NULL) { in xmlFindCharEncodingHandler() 1710 closeIcuConverter(ucv_out); in xmlFindCharEncodingHandler() 1717 enc->uconv_out = ucv_out; in xmlFindCharEncodingHandler() 1723 } else if (ucv_in != NULL || ucv_out != NULL) { in xmlFindCharEncodingHandler() 1725 closeIcuConverter(ucv_out); in xmlFindCharEncodingHandler() 1848 char *ucv_out = (char *) out; in xmlUconvWrapper() local 1865 ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper() 1870 ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper() [all …]
|