Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlunicode.c29 } xmlUnicodeRange; typedef
32 const xmlUnicodeRange *table;
39 static const xmlUnicodeRange xmlUnicodeBlocks[] = {
169 static xmlUnicodeRange xmlUnicodeCats[] = {
948 const xmlUnicodeRange *sptr; in xmlUnicodeLookup()
/third_party/chromium/patch/
D0001-cve.patch120320 static const xmlUnicodeRange xmlUnicodeBlocks[] = {
120334 -output.write('static xmlUnicodeRange xmlUnicodeCats[] = {\n')
120335 +output.write('static const xmlUnicodeRange xmlUnicodeCats[] = {\n')
120381 - xmlUnicodeRange *sptr;
120382 + const xmlUnicodeRange *sptr;
134935 static const xmlUnicodeRange xmlUnicodeBlocks[] = {
134937 @@ -166,7 +166,7 @@ static const xmlUnicodeRange xmlUnicodeBlocks[] = {
134941 -static xmlUnicodeRange xmlUnicodeCats[] = {
134942 +static const xmlUnicodeRange xmlUnicodeCats[] = {
135173 const xmlUnicodeRange *sptr;