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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h32 XMLPUBFUN int XMLCALL xmlUCSIsArrows (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c46 {"Arrows", xmlUCSIsArrows},
1046 * xmlUCSIsArrows:
1054 xmlUCSIsArrows(int code) { function
H A Delfgcchack.h12860 #undef xmlUCSIsArrows macro
12861 extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows __attribute((alias("xmlUCSIsArrows__internal_alias")));
12863 #ifndef xmlUCSIsArrows
12864 extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows__internal_alias __attribute((visibility("hidden")));
12865 #define xmlUCSIsArrows xmlUCSIsArrows__internal_alias macro
H A Dtestapi.c36890 ret_val = xmlUCSIsArrows(code);
36896 printf("Leak of %d blocks found in xmlUCSIsArrows",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c3020 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsArrows", &code))
3023 c_retval = xmlUCSIsArrows(code);

Completed in 490 milliseconds