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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h164 XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c177 {"Lm", xmlUCSIsCatLm},
2753 * xmlUCSIsCatLm:
2761 xmlUCSIsCatLm(int code) { function
H A Delfgcchack.h13196 #undef xmlUCSIsCatLm macro
13197 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
13199 #ifndef xmlUCSIsCatLm
13200 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
13201 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias macro
H A Dxmlregexp.c2785 ret = xmlUCSIsCatLm(codepoint);
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4164 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCatLm", &code))
4167 c_retval = xmlUCSIsCatLm(code);

Completed in 279 milliseconds