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

/external/chromium_org/third_party/libxml/src/
H A DHTMLtree.c151 * htmlSetMetaEncoding:
162 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { function
1186 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
1188 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8");
H A Delfgcchack.h774 #undef htmlSetMetaEncoding macro
775 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias")));
777 #ifndef htmlSetMetaEncoding
778 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden")));
779 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias macro
/external/libxml2/
H A DHTMLtree.c153 * htmlSetMetaEncoding:
164 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { function
1208 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
1210 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8");
H A Delfgcchack.h774 #undef htmlSetMetaEncoding macro
775 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias")));
777 #ifndef htmlSetMetaEncoding
778 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden")));
779 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias macro

Completed in 420 milliseconds