Searched refs:ucv_out (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/libxml/patches/ |
D | icu | 99 + uconv_t *ucv_in, *ucv_out; 111 + ucv_out = openIcuConverter(name, 0); 112 + if (ucv_in != NULL && ucv_out != NULL) { 117 + closeIcuConverter(ucv_out); 124 + enc->uconv_out = ucv_out; 130 + } else if (ucv_in != NULL || ucv_out != NULL) { 132 + closeIcuConverter(ucv_out); 172 + char *ucv_out = (char *) out; 189 + ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen, 194 + ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen, [all …]
|
/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/chromium_org/third_party/libxml/src/ |
D | encoding.c | 1635 uconv_t *ucv_in, *ucv_out; in xmlFindCharEncodingHandler() local 1709 ucv_out = openIcuConverter(name, 0); in xmlFindCharEncodingHandler() 1710 if (ucv_in != NULL && ucv_out != NULL) { in xmlFindCharEncodingHandler() 1715 closeIcuConverter(ucv_out); in xmlFindCharEncodingHandler() 1722 enc->uconv_out = ucv_out; in xmlFindCharEncodingHandler() 1728 } else if (ucv_in != NULL || ucv_out != NULL) { in xmlFindCharEncodingHandler() 1730 closeIcuConverter(ucv_out); in xmlFindCharEncodingHandler() 1853 char *ucv_out = (char *) out; in xmlUconvWrapper() local 1870 ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper() 1875 ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper() [all …]
|
/external/libxml2/ |
D | encoding.c | 1636 uconv_t *ucv_in, *ucv_out; in xmlFindCharEncodingHandler() local 1711 ucv_out = openIcuConverter(name, 0); in xmlFindCharEncodingHandler() 1712 if (ucv_in != NULL && ucv_out != NULL) { in xmlFindCharEncodingHandler() 1717 closeIcuConverter(ucv_out); in xmlFindCharEncodingHandler() 1725 encu->uconv_out = ucv_out; in xmlFindCharEncodingHandler() 1731 } else if (ucv_in != NULL || ucv_out != NULL) { in xmlFindCharEncodingHandler() 1733 closeIcuConverter(ucv_out); in xmlFindCharEncodingHandler() 1856 char *ucv_out = (char *) out; in xmlUconvWrapper() local 1873 ucnv_convertEx(cd->utf8, cd->uconv, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper() 1878 ucnv_convertEx(cd->uconv, cd->utf8, &ucv_out, ucv_out + *outlen, in xmlUconvWrapper() [all …]
|