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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h166 XMLPUBFUN int XMLCALL xmlUCSIsCatLt (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c179 {"Lt", xmlUCSIsCatLt},
2779 * xmlUCSIsCatLt:
2787 xmlUCSIsCatLt(int code) { function
H A Delfgcchack.h13220 #undef xmlUCSIsCatLt macro
13221 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias")));
13223 #ifndef xmlUCSIsCatLt
13224 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden")));
13225 #define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias macro
H A Dxmlregexp.c2782 ret = xmlUCSIsCatLt(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4118 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatLt", &code))
4121 c_retval = xmlUCSIsCatLt(code);

Completed in 329 milliseconds