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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h143 XMLPUBFUN int XMLCALL xmlUCSIsTelugu (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c157 {"Telugu", xmlUCSIsTelugu},
2491 * xmlUCSIsTelugu:
2499 xmlUCSIsTelugu(int code) { function
H A Delfgcchack.h14648 #undef xmlUCSIsTelugu macro
14649 extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu __attribute((alias("xmlUCSIsTelugu__internal_alias")));
14651 #ifndef xmlUCSIsTelugu
14652 extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu__internal_alias __attribute((visibility("hidden")));
14653 #define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5521 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsTelugu", &code))
5524 c_retval = xmlUCSIsTelugu(code);

Completed in 377 milliseconds