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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h110 XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousSymbolsandArrows (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c124 {"MiscellaneousSymbolsandArrows", xmlUCSIsMiscellaneousSymbolsandArrows},
2060 * xmlUCSIsMiscellaneousSymbolsandArrows:
2068 xmlUCSIsMiscellaneousSymbolsandArrows(int code) { function
H A Delfgcchack.h14252 #undef xmlUCSIsMiscellaneousSymbolsandArrows macro
14253 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows __attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
14255 #ifndef xmlUCSIsMiscellaneousSymbolsandArrows
14256 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias __attribute((visibility("hidden")));
14257 #define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13698 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsMiscellaneousSymbolsandArrows", &code))
13701 c_retval = xmlUCSIsMiscellaneousSymbolsandArrows(code);

Completed in 231 milliseconds