Searched refs:xmlUCSIsLimbu (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h100 XMLPUBFUN int XMLCALL xmlUCSIsLimbu (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c114 {"Limbu", xmlUCSIsLimbu},
1930 * xmlUCSIsLimbu:
1938 xmlUCSIsLimbu(int code) { function
H A Delfgcchack.h14132 #undef xmlUCSIsLimbu macro
14133 extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu __attribute((alias("xmlUCSIsLimbu__internal_alias")));
14135 #ifndef xmlUCSIsLimbu
14136 extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu__internal_alias __attribute((visibility("hidden")));
14137 #define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c3054 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsLimbu", &code))
3057 c_retval = xmlUCSIsLimbu(code);

Completed in 268 milliseconds