Searched refs:xmlSmG (Results 1 – 2 of 2) sorted by relevance
/third_party/libxml2/ |
D | xmlunicode.c | 893 static xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL}; variable 3083 return(xmlCharInRange((unsigned int)code, &xmlSmG)); in xmlUCSIsCatSm()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 135141 -static xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL}; 135142 +static const xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL};
|