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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h172 XMLPUBFUN int XMLCALL xmlUCSIsCatN (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c185 {"N", xmlUCSIsCatN},
2860 * xmlUCSIsCatN:
2868 xmlUCSIsCatN(int code) { function
H A Delfgcchack.h13292 #undef xmlUCSIsCatN macro
13293 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
13295 #ifndef xmlUCSIsCatN
13296 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
13297 #define xmlUCSIsCatN xmlUCSIsCatN__internal_alias macro
H A Dxmlregexp.c2803 ret = xmlUCSIsCatN(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11722 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatN", &code))
11725 c_retval = xmlUCSIsCatN(code);

Completed in 314 milliseconds