Searched refs:txt_encoding (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlsave.c | 2352 int * doc_txt_len, const char * txt_encoding, in xmlDocDumpFormatMemoryEnc() argument 2381 if (txt_encoding == NULL) in xmlDocDumpFormatMemoryEnc() 2382 txt_encoding = (const char *) out_doc->encoding; in xmlDocDumpFormatMemoryEnc() 2383 if (txt_encoding != NULL) { in xmlDocDumpFormatMemoryEnc() 2384 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding); in xmlDocDumpFormatMemoryEnc() 2387 txt_encoding); in xmlDocDumpFormatMemoryEnc() 2401 ctxt.encoding = (const xmlChar *) txt_encoding; in xmlDocDumpFormatMemoryEnc() 2471 int * doc_txt_len, const char * txt_encoding) { in xmlDocDumpMemoryEnc() argument 2473 txt_encoding, 0); in xmlDocDumpMemoryEnc()
|
D | testapi.c | 20171 char * txt_encoding; /* Character encoding to use when generating XML text */ in test_xmlDocDumpFormatMemoryEnc() local 20185 txt_encoding = gen_const_char_ptr(n_txt_encoding, 3); in test_xmlDocDumpFormatMemoryEnc() 20188 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc() 20193 des_const_char_ptr(n_txt_encoding, (const char *)txt_encoding, 3); in test_xmlDocDumpFormatMemoryEnc() 20277 char * txt_encoding; /* Character encoding to use when generating XML text */ in test_xmlDocDumpMemoryEnc() local 20288 txt_encoding = gen_const_char_ptr(n_txt_encoding, 3); in test_xmlDocDumpMemoryEnc() 20290 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc() 20295 des_const_char_ptr(n_txt_encoding, (const char *)txt_encoding, 3); in test_xmlDocDumpMemoryEnc()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1167 const char *txt_encoding); 1172 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 *
|