Searched refs:txt_encoding (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlsave.c | 2363 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument 2392 if (txt_encoding == NULL) in xmlDocDumpFormatMemoryEnc() 2393 txt_encoding = (const char *) out_doc->encoding; in xmlDocDumpFormatMemoryEnc() 2394 if (txt_encoding != NULL) { in xmlDocDumpFormatMemoryEnc() 2395 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding); in xmlDocDumpFormatMemoryEnc() 2398 txt_encoding); in xmlDocDumpFormatMemoryEnc() 2412 ctxt.encoding = (const xmlChar *) txt_encoding; in xmlDocDumpFormatMemoryEnc() 2482 int * doc_txt_len, const char * txt_encoding) { in xmlDocDumpMemoryEnc() argument 2484 txt_encoding, 0); in xmlDocDumpMemoryEnc()
|
D | testapi.c | 19967 char * txt_encoding; /* Character encoding to use when generating XML text */ in test_xmlDocDumpFormatMemoryEnc() local 19981 txt_encoding = gen_const_char_ptr(n_txt_encoding, 3); in test_xmlDocDumpFormatMemoryEnc() 19984 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc() 19989 des_const_char_ptr(n_txt_encoding, (const char *)txt_encoding, 3); in test_xmlDocDumpFormatMemoryEnc() 20073 char * txt_encoding; /* Character encoding to use when generating XML text */ in test_xmlDocDumpMemoryEnc() local 20084 txt_encoding = gen_const_char_ptr(n_txt_encoding, 3); in test_xmlDocDumpMemoryEnc() 20086 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc() 20091 des_const_char_ptr(n_txt_encoding, (const char *)txt_encoding, 3); in test_xmlDocDumpMemoryEnc()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1168 const char *txt_encoding); 1173 const char *txt_encoding,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1479 d txt_encoding * value options(*string) const char * 1486 d txt_encoding * value options(*string) const char *
|