Home
last modified time | relevance | path

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

/third_party/libxml2/
Dxmlunicode.c37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { in xmlUnicodeLookup() function
2646 func = xmlUnicodeLookup(&xmlUnicodeBlockTbl, block); in xmlUCSIsBlock()
3171 func = xmlUnicodeLookup(&xmlUnicodeCatTbl, cat); in xmlUCSIsCat()
/third_party/chromium/patch/
D0001-cve.patch120317 -static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
120318 +static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname);
120373 * xmlUnicodeLookup:
120378 -*xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) {
120379 +*xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) {
134932 -static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
134933 +static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname);
135165 * xmlUnicodeLookup:
135170 -*xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) {
135171 +*xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) {