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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h146 XMLPUBFUN int XMLCALL xmlUCSIsTibetan (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c160 {"Tibetan", xmlUCSIsTibetan},
2530 * xmlUCSIsTibetan:
2538 xmlUCSIsTibetan(int code) { function
H A Delfgcchack.h14684 #undef xmlUCSIsTibetan macro
14685 extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan __attribute((alias("xmlUCSIsTibetan__internal_alias")));
14687 #ifndef xmlUCSIsTibetan
14688 extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan__internal_alias __attribute((visibility("hidden")));
14689 #define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5896 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsTibetan", &code))
5899 c_retval = xmlUCSIsTibetan(code);

Completed in 684 milliseconds