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

  /external/chromium_org/third_party/libxml/src/include/libxml/
HTMLtree.h 71 htmlSetMetaEncoding (htmlDocPtr doc,
  /external/libxml2/include/libxml/
HTMLtree.h 71 htmlSetMetaEncoding (htmlDocPtr doc,
  /external/chromium_org/third_party/libxml/src/
HTMLtree.c 151 * htmlSetMetaEncoding:
162 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) {
1186 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
1188 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8");
xmlsave.c 704 htmlSetMetaEncoding(doc, (const xmlChar *) encoding);
968 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
    [all...]
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...]
testapi.c     [all...]
  /external/libxml2/
HTMLtree.c 153 * htmlSetMetaEncoding:
164 htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) {
1208 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
1210 htmlSetMetaEncoding(cur, (const xmlChar *) "UTF-8");
    [all...]
xmlsave.c 862 htmlSetMetaEncoding(doc, (const xmlChar *) encoding);
1137 htmlSetMetaEncoding(cur, (const xmlChar *) encoding);
    [all...]
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...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltutils.c     [all...]

Completed in 2876 milliseconds