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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h161 XMLPUBFUN int XMLCALL xmlUCSIsCatCs (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c174 {"Cs", xmlUCSIsCatCs},
2711 * xmlUCSIsCatCs:
2719 xmlUCSIsCatCs(int code) { function
H A Delfgcchack.h13160 #undef xmlUCSIsCatCs macro
13161 extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs __attribute((alias("xmlUCSIsCatCs__internal_alias")));
13163 #ifndef xmlUCSIsCatCs
13164 extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs__internal_alias __attribute((visibility("hidden")));
13165 #define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c7618 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatCs", &code))
7621 c_retval = xmlUCSIsCatCs(code);

Completed in 274 milliseconds