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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h189 XMLPUBFUN int XMLCALL xmlUCSIsCatZ (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c202 {"Z", xmlUCSIsCatZ},
3100 * xmlUCSIsCatZ:
3108 xmlUCSIsCatZ(int code) { function
H A Delfgcchack.h13496 #undef xmlUCSIsCatZ macro
13497 extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ __attribute((alias("xmlUCSIsCatZ__internal_alias")));
13499 #ifndef xmlUCSIsCatZ
13500 extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ__internal_alias __attribute((visibility("hidden")));
13501 #define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias macro
H A Dxmlregexp.c2768 ret = xmlUCSIsCatZ(codepoint);
2839 ret = xmlUCSIsCatZ(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11839 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatZ", &code))
11842 c_retval = xmlUCSIsCatZ(code);

Completed in 350 milliseconds