Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxmlunicode.c37 static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname);
946 *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) { in xmlUnicodeLookup() function
2646 func = xmlUnicodeLookup(&xmlUnicodeBlockTbl, block); in xmlUCSIsBlock()
3171 func = xmlUnicodeLookup(&xmlUnicodeCatTbl, cat); in xmlUCSIsCat()
/aosp_15_r20/external/libxml2/
H A Dxmlunicode.c37 static xmlIntFunc *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname);
946 *xmlUnicodeLookup(const xmlUnicodeNameTable *tptr, const char *tname) { in xmlUnicodeLookup() function
2647 func = xmlUnicodeLookup(&xmlUnicodeBlockTbl, block); in xmlUCSIsBlock()
3172 func = xmlUnicodeLookup(&xmlUnicodeCatTbl, cat); in xmlUCSIsCat()