OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlChRangeGroup
(Results
1 - 4
of
4
) sorted by null
/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;
/external/libxml2/
chvalid.c
99
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) {
xmlunicode.c
215
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};
[
all
...]
testapi.c
[
all
...]
Completed in 516 milliseconds