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

/external/libxml2/
H A Dxmlsave.c2161 * @txt_encoding: Character encoding to use when generating XML text
2173 int * doc_txt_len, const char * txt_encoding,
2202 if (txt_encoding == NULL)
2203 txt_encoding = (const char *) out_doc->encoding;
2204 if (txt_encoding != NULL) {
2205 conv_hdlr = xmlFindCharEncodingHandler(txt_encoding);
2208 txt_encoding);
2223 ctxt.encoding = (const xmlChar *) txt_encoding;
2284 * @txt_encoding: Character encoding to use when generating XML text
2293 int * doc_txt_len, const char * txt_encoding) {
2172 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding, int format) argument
2292 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, int * doc_txt_len, const char * txt_encoding) argument
[all...]

Completed in 14 milliseconds