HomeSort by relevance Sort by last modified time
    Searched full:xmlregexp (Results 1 - 11 of 11) sorted by null

  /external/libxml2/include/libxml/
xmlregexp.h 28 typedef struct _xmlRegexp xmlRegexp;
29 typedef xmlRegexp *xmlRegexpPtr;
xmlautomata.h 18 #include <libxml/xmlregexp.h>
valid.h 19 #include <libxml/xmlregexp.h>
schemasInternals.h 21 #include <libxml/xmlregexp.h>
tree.h 294 #include <libxml/xmlregexp.h>
    [all...]
  /external/libxml2/
Android.mk 35 xmlregexp.c \
xmlregexp.c 32 #include <libxml/xmlregexp.h>
423 ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
428 memset(ret, 0, sizeof(xmlRegexp));
    [all...]
relaxng.c 33 #include <libxml/xmlregexp.h>
    [all...]
elfgcchack.h 52 #include "libxml/xmlregexp.h"
    [all...]
xmlschemas.c 62 #include <libxml/xmlregexp.h>
    [all...]
  /external/libxml2/patches/
0001-Add-ICU-support-for-libxml.patch 18 xmlregexp.c | 2 +-
544 diff --git a/xmlregexp.c b/xmlregexp.c
546 --- a/xmlregexp.c
547 +++ b/xmlregexp.c

Completed in 758 milliseconds