Searched refs:htmlSetMetaEncoding (Results 1 – 11 of 11) sorted by relevance
111 doc.htmlSetMetaEncoding(None)
71 htmlSetMetaEncoding (htmlDocPtr doc,
73 d htmlSetMetaEncoding...74 d pr extproc('htmlSetMetaEncoding')
164 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { in htmlSetMetaEncoding() function1141 htmlSetMetaEncoding(cur, (const xmlChar *) encoding); in htmlSaveFileFormat()1143 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8"); in htmlSaveFileFormat()
810 htmlSetMetaEncoding(doc, (const xmlChar *) encoding); in htmlNodeDumpOutputInternal()1137 htmlSetMetaEncoding(cur, (const xmlChar *) encoding); in xmlDocContentDumpOutput()
430 htmlSetMetaEncoding;
774 #undef htmlSetMetaEncoding775 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__…777 #ifndef htmlSetMetaEncoding778 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("…779 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias macro
901 Fix html serialization error and htmlSetMetaEncoding() (Daniel Veillard),1184 582913 Fix htmlSetMetaEncoding() to be nicer (Daniel Veillard),
3663 ret_val = htmlSetMetaEncoding(doc, (const xmlChar *)encoding); in test_htmlSetMetaEncoding()
14070 * HTMLtree.c: fixed some htmlSetMetaEncoding() problems
411 htmlSetMetaEncoding