Home
last modified time | relevance | path

Searched refs:xmlCG (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
Dxmlunicode.c215 static xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL}; variable
2662 return(xmlCharInRange((unsigned int)code, &xmlCG)); in xmlUCSIsCatC()
/third_party/chromium/patch/
D0001-cve.patch134950 -static xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL};
134951 +static const xmlChRangeGroup xmlCG = {18,7,xmlCS,xmlCL};