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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h135 XMLPUBFUN int XMLCALL xmlUCSIsSupplementaryPrivateUseAreaB (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c149 {"SupplementaryPrivateUseArea-B", xmlUCSIsSupplementaryPrivateUseAreaB},
2387 * xmlUCSIsSupplementaryPrivateUseAreaB:
2395 xmlUCSIsSupplementaryPrivateUseAreaB(int code) { function
H A Delfgcchack.h14552 #undef xmlUCSIsSupplementaryPrivateUseAreaB macro
14553 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
14555 #ifndef xmlUCSIsSupplementaryPrivateUseAreaB
14556 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias __attribute((visibility("hidden")));
14557 #define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c14271 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsSupplementaryPrivateUseAreaB", &code))
14274 c_retval = xmlUCSIsSupplementaryPrivateUseAreaB(code);

Completed in 473 milliseconds