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

  /external/libxml2/include/libxml/
HTMLparser.h 91 htmlEntityValueLookup(unsigned int value);
  /external/libxml2/
HTMLparser.c     [all...]
elfgcchack.h 366 #undef htmlEntityValueLookup
367 extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup __attribute((alias("htmlEntityValueLookup__internal_alias")));
369 #ifndef htmlEntityValueLookup
370 extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup__internal_alias __attribute((visibility("hidden")));
371 #define htmlEntityValueLookup htmlEntityValueLookup__internal_alias
    [all...]

Completed in 174 milliseconds