Home
last modified time | relevance | path

Searched refs:xmlChRangeGroup (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dchvalid.h42 typedef struct _xmlChRangeGroup xmlChRangeGroup; typedef
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/
Dxmlunicode.c215 static xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL};
223 static xmlChRangeGroup xmlCfG = {11,3,xmlCfS,xmlCfL};
312 static xmlChRangeGroup xmlLG = {279,50,xmlLS,xmlLL};
424 static xmlChRangeGroup xmlLlG = {396,28,xmlLlS,xmlLlL};
432 static xmlChRangeGroup xmlLmG = {20,0,xmlLmS,NULL};
495 static xmlChRangeGroup xmlLoG = {211,20,xmlLoS,xmlLoL};
500 static xmlChRangeGroup xmlLtG = {10,0,xmlLtS,NULL};
611 static xmlChRangeGroup xmlLuG = {390,31,xmlLuS,xmlLuL};
645 static xmlChRangeGroup xmlMG = {113,6,xmlMS,xmlML};
663 static xmlChRangeGroup xmlMcG = {55,2,xmlMcS,xmlMcL};
[all …]
Dchvalid.c99 const xmlChRangeGroup xmlIsBaseCharGroup =
105 const xmlChRangeGroup xmlIsCharGroup =
133 const xmlChRangeGroup xmlIsCombiningGroup =
141 const xmlChRangeGroup xmlIsDigitGroup =
148 const xmlChRangeGroup xmlIsExtenderGroup =
153 const xmlChRangeGroup xmlIsIdeographicGroup =
168 xmlCharInRange (unsigned int val, const xmlChRangeGroup *rptr) { in xmlCharInRange()