Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlunicode.c777 static xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL}; variable
2972 return(xmlCharInRange((unsigned int)code, &xmlPeG)); in xmlUCSIsCatPe()
/third_party/chromium/patch/
D0001-cve.patch135089 -static xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL};
135090 +static const xmlChRangeGroup xmlPeG = {63,0,xmlPeS,NULL};