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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h61 XMLPUBFUN int XMLCALL xmlUCSIsDeseret (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c75 {"Deseret", xmlUCSIsDeseret},
1423 * xmlUCSIsDeseret:
1431 xmlUCSIsDeseret(int code) { function
H A Delfgcchack.h13664 #undef xmlUCSIsDeseret macro
13665 extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret __attribute((alias("xmlUCSIsDeseret__internal_alias")));
13667 #ifndef xmlUCSIsDeseret
13668 extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret__internal_alias __attribute((visibility("hidden")));
13669 #define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c11522 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsDeseret", &code))
11525 c_retval = xmlUCSIsDeseret(code);

Completed in 302 milliseconds