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

/external/libxml2/
H A Dxmlsave.c2234 * @txt_encoding: Character encoding to use when generating XML text
2246 int * doc_txt_len, const char * txt_encoding,
2275 if (txt_encoding == NULL)
2276 txt_encoding = (const char *) out_doc->encoding;
2277 if (txt_encoding != NULL) {
2278 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding);
2281 txt_encoding);
2296 ctxt.encoding = (const xmlChar *) txt_encoding;
2357 * @txt_encoding: Character encoding to use when generating XML text
2366 int * doc_txt_len, const char * txt_encoding) {
2245 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2365 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding) argument
[all...]

Completed in 40 milliseconds