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

  /external/chromium_org/third_party/libxml/src/include/libxml/
chvalid.h 42 typedef struct _xmlChRangeGroup xmlChRangeGroup;
43 typedef xmlChRangeGroup *xmlChRangeGroupPtr;
55 xmlCharInRange(unsigned int val, const xmlChRangeGroup *group);
80 XMLPUBVAR const xmlChRangeGroup xmlIsBaseCharGroup;
124 XMLPUBVAR const xmlChRangeGroup xmlIsCharGroup;
136 XMLPUBVAR const xmlChRangeGroup xmlIsCombiningGroup;
156 XMLPUBVAR const xmlChRangeGroup xmlIsDigitGroup;
176 XMLPUBVAR const xmlChRangeGroup xmlIsExtenderGroup;
190 XMLPUBVAR const xmlChRangeGroup xmlIsIdeographicGroup;
  /external/libxml2/include/libxml/
chvalid.h 42 typedef struct _xmlChRangeGroup xmlChRangeGroup;
43 typedef xmlChRangeGroup *xmlChRangeGroupPtr;
55 xmlCharInRange(unsigned int val, const xmlChRangeGroup *group);
80 XMLPUBVAR const xmlChRangeGroup xmlIsBaseCharGroup;
124 XMLPUBVAR const xmlChRangeGroup xmlIsCharGroup;
136 XMLPUBVAR const xmlChRangeGroup xmlIsCombiningGroup;
156 XMLPUBVAR const xmlChRangeGroup xmlIsDigitGroup;
176 XMLPUBVAR const xmlChRangeGroup xmlIsExtenderGroup;
190 XMLPUBVAR const xmlChRangeGroup xmlIsIdeographicGroup;

Completed in 26 milliseconds