Searched defs:txt_encoding (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlsave.c2160 * @txt_encoding: Character encoding to use when generating XML text
2172 int * doc_txt_len, const char * txt_encoding,
2201 if (txt_encoding == NULL)
2202 txt_encoding = (const char *) out_doc->encoding;
2203 if (txt_encoding != NULL) {
2204 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding);
2207 txt_encoding);
2222 ctxt.encoding = (const xmlChar *) txt_encoding;
2283 * @txt_encoding: Character encoding to use when generating XML text
2292 int * doc_txt_len, const char * txt_encoding) {
2171 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2291 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding) argument
[all...]
H A Dtestapi.c19889 char * txt_encoding; /* Character encoding to use when generating XML text */ local
19903 txt_encoding = gen_const_char_ptr(n_txt_encoding, 3);
19906 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format);
19911 des_const_char_ptr(n_txt_encoding, (const char *)txt_encoding, 3);
19995 char * txt_encoding; /* Character encoding to use when generating XML text */ local
20006 txt_encoding = gen_const_char_ptr(n_txt_encoding, 3);
20008 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding);
20013 des_const_char_ptr(n_txt_encoding, (const char *)txt_encoding, 3);
[all...]
/external/libxml2/
H A Dxmlsave.c2399 * @txt_encoding: Character encoding to use when generating XML text
2411 int * doc_txt_len, const char * txt_encoding,
2440 if (txt_encoding == NULL)
2441 txt_encoding = (const char *) out_doc->encoding;
2442 if (txt_encoding != NULL) {
2443 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding);
2446 txt_encoding);
2461 ctxt.encoding = (const xmlChar *) txt_encoding;
2522 * @txt_encoding: Character encoding to use when generating XML text
2531 int * doc_txt_len, const char * txt_encoding) {
2410 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2530 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding) argument
[all...]

Completed in 3333 milliseconds