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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h165 XMLPUBFUN int XMLCALL xmlUCSIsCatLo (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c178 {"Lo", xmlUCSIsCatLo},
2766 * xmlUCSIsCatLo:
2774 xmlUCSIsCatLo(int code) { function
H A Delfgcchack.h13208 #undef xmlUCSIsCatLo macro
13209 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
13211 #ifndef xmlUCSIsCatLo
13212 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
13213 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias macro
H A Dxmlregexp.c2788 ret = xmlUCSIsCatLo(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4134 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatLo", &code))
4137 c_retval = xmlUCSIsCatLo(code);

Completed in 669 milliseconds