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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h93 XMLPUBFUN int XMLCALL xmlUCSIsKhmerSymbols (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c107 {"KhmerSymbols", xmlUCSIsKhmerSymbols},
1839 * xmlUCSIsKhmerSymbols:
1847 xmlUCSIsKhmerSymbols(int code) { function
H A Delfgcchack.h14048 #undef xmlUCSIsKhmerSymbols macro
14049 extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols __attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
14051 #ifndef xmlUCSIsKhmerSymbols
14052 extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols__internal_alias __attribute((visibility("hidden")));
14053 #define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5036 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsKhmerSymbols", &code))
5039 c_retval = xmlUCSIsKhmerSymbols(code);

Completed in 1062 milliseconds