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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h92 XMLPUBFUN int XMLCALL xmlUCSIsKhmer (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c106 {"Khmer", xmlUCSIsKhmer},
1826 * xmlUCSIsKhmer:
1834 xmlUCSIsKhmer(int code) { function
H A Delfgcchack.h14036 #undef xmlUCSIsKhmer macro
14037 extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer __attribute((alias("xmlUCSIsKhmer__internal_alias")));
14039 #ifndef xmlUCSIsKhmer
14040 extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer__internal_alias __attribute((visibility("hidden")));
14041 #define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c4855 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsKhmer", &code))
4858 c_retval = xmlUCSIsKhmer(code);

Completed in 377 milliseconds