Searched refs:xmlUnicodeNameTable (Results 1 – 1 of 1) sorted by relevance
34 } xmlUnicodeNameTable; typedef37 static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);933 static xmlUnicodeNameTable xmlUnicodeBlockTbl = {xmlUnicodeBlocks, 128};934 static xmlUnicodeNameTable xmlUnicodeCatTbl = {xmlUnicodeCats, 36};946 *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname) { in xmlUnicodeLookup()