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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h122 XMLPUBFUN int XMLCALL xmlUCSIsPrivateUse (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c136 {"PrivateUse", xmlUCSIsPrivateUse},
2216 * xmlUCSIsPrivateUse:
2224 xmlUCSIsPrivateUse(int code) { function
H A Delfgcchack.h14396 #undef xmlUCSIsPrivateUse macro
14397 extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse __attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
14399 #ifndef xmlUCSIsPrivateUse
14400 extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse__internal_alias __attribute((visibility("hidden")));
14401 #define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10236 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsPrivateUse", &code))
10239 c_retval = xmlUCSIsPrivateUse(code);

Completed in 296 milliseconds