Home
last modified time | relevance | path

Searched refs:htmlSetMetaEncoding (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
DHTMLtree.h71 htmlSetMetaEncoding (htmlDocPtr doc,
/external/libxml2/
DHTMLtree.c162 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { in htmlSetMetaEncoding() function
1184 htmlSetMetaEncoding(cur, (const xmlChar *) encoding); in htmlSaveFileFormat()
1186 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8"); in htmlSaveFileFormat()
Dxmlsave.c767 htmlSetMetaEncoding(doc, (const xmlChar *) encoding); in htmlNodeDumpOutputInternal()
1042 htmlSetMetaEncoding(cur, (const xmlChar *) encoding); in xmlDocContentDumpOutput()
Delfgcchack.h774 #undef htmlSetMetaEncoding
775 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__…
777 #ifndef htmlSetMetaEncoding
778 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("…
779 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias macro
/external/libxslt/libxslt/
Dxsltutils.c1473 htmlSetMetaEncoding(result, (const xmlChar *) encoding); in xsltSaveResultTo()
1475 htmlSetMetaEncoding(result, (const xmlChar *) "UTF-8"); in xsltSaveResultTo()
1485 htmlSetMetaEncoding(result, (const xmlChar *) encoding); in xsltSaveResultTo()
1487 htmlSetMetaEncoding(result, (const xmlChar *) "UTF-8"); in xsltSaveResultTo()