Searched refs:xmlPsG (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlunicode.c | 817 static xmlChRangeGroup xmlPsG = {65,0,xmlPsS,NULL}; variable 3031 return(xmlCharInRange((unsigned int)code, &xmlPsG)); in xmlUCSIsCatPs()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 135107 -static xmlChRangeGroup xmlPsG = {65,0,xmlPsS,NULL}; 135108 +static const xmlChRangeGroup xmlPsG = {65,0,xmlPsS,NULL};
|