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

  /external/libxml2/include/libxml/
HTMLtree.h 69 htmlGetMetaEncoding (htmlDocPtr doc);
  /external/libxml2/
libxml2.syms 418 htmlGetMetaEncoding;
    [all...]
xmlsave.c 864 encoding = htmlGetMetaEncoding(doc);
1139 encoding = htmlGetMetaEncoding(cur);
    [all...]
elfgcchack.h 390 #undef htmlGetMetaEncoding
391 extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding __attribute((alias("htmlGetMetaEncoding__internal_alias")));
393 #ifndef htmlGetMetaEncoding
394 extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding__internal_alias __attribute((visibility("hidden")));
395 #define htmlGetMetaEncoding htmlGetMetaEncoding__internal_alias
    [all...]
testapi.c     [all...]
  /external/libxml2/python/
libxml.c     [all...]

Completed in 212 milliseconds