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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h184 XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c197 {"S", xmlUCSIsCatS},
3035 * xmlUCSIsCatS:
3043 xmlUCSIsCatS(int code) { function
H A Delfgcchack.h13436 #undef xmlUCSIsCatS macro
13437 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
13439 #ifndef xmlUCSIsCatS
13440 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
13441 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias macro
H A Dxmlregexp.c2851 ret = xmlUCSIsCatS(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11791 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatS", &code))
11794 c_retval = xmlUCSIsCatS(code);

Completed in 343 milliseconds