Searched refs:xmlPeG (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlunicode.c | 777 static xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL}; variable 2972 return(xmlCharInRange((unsigned int)code, &xmlPeG)); in xmlUCSIsCatPe()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 135089 -static xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL}; 135090 +static const xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL};
|