Searched refs:xmlCG (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlunicode.c | 215 static xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL}; variable 2662 return(xmlCharInRange((unsigned int)code, &xmlCG)); in xmlUCSIsCatC()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 134950 -static xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL}; 134951 +static const xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL};
|