Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlunicode.c893 static xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL}; variable
3083 return(xmlCharInRange((unsigned int)code, &xmlSmG)); in xmlUCSIsCatSm()
/third_party/chromium/patch/
D0001-cve.patch135141 -static xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL};
135142 +static const xmlChRangeGroup xmlSmG = {48,10,xmlSmS,xmlSmL};