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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h174 XMLPUBFUN int XMLCALL xmlUCSIsCatNl (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c187 {"Nl", xmlUCSIsCatNl},
2886 * xmlUCSIsCatNl:
2894 xmlUCSIsCatNl(int code) { function
H A Delfgcchack.h13316 #undef xmlUCSIsCatNl macro
13317 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
13319 #ifndef xmlUCSIsCatNl
13320 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
13321 #define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias macro
H A Dxmlregexp.c2809 ret = xmlUCSIsCatNl(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2089 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatNl", &code))
2092 c_retval = xmlUCSIsCatNl(code);

Completed in 302 milliseconds