Searched refs:xmlPoG (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlunicode.c | 798 static xmlChRangeGroup xmlPoG = {72,2,xmlPoS,xmlPoL}; variable 3018 return(xmlCharInRange((unsigned int)code, &xmlPoG)); in xmlUCSIsCatPo()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 135098 -static xmlChRangeGroup xmlPoG = {72,2,xmlPoS,xmlPoL}; 135099 +static const xmlChRangeGroup xmlPoG = {72,2,xmlPoS,xmlPoL};
|