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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h51 XMLPUBFUN int XMLCALL xmlUCSIsCherokee (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c65 {"Cherokee", xmlUCSIsCherokee},
1293 * xmlUCSIsCherokee:
1301 xmlUCSIsCherokee(int code) { function
H A Delfgcchack.h13544 #undef xmlUCSIsCherokee macro
13545 extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee __attribute((alias("xmlUCSIsCherokee__internal_alias")));
13547 #ifndef xmlUCSIsCherokee
13548 extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee__internal_alias __attribute((visibility("hidden")));
13549 #define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c12114 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsCherokee", &code))
12117 c_retval = xmlUCSIsCherokee(code);

Completed in 643 milliseconds