Searched refs:xmlUnicodeNameTable (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c34 } xmlUnicodeNameTable; typedef in typeref:struct:__anon17131
37 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) {

Completed in 50 milliseconds