HomeSort by relevance Sort by last modified time
    Searched defs:htmlSetMetaEncoding (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
HTMLtree.c 151 * htmlSetMetaEncoding:
162 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) {
1176 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
1179 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8");
elfgcchack.h 774 #undef htmlSetMetaEncoding
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
    [all...]

Completed in 144 milliseconds