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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h144 XMLPUBFUN int XMLCALL xmlUCSIsThaana (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c158 {"Thaana", xmlUCSIsThaana},
2504 * xmlUCSIsThaana:
2512 xmlUCSIsThaana(int code) { function
H A Delfgcchack.h14660 #undef xmlUCSIsThaana macro
14661 extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana __attribute((alias("xmlUCSIsThaana__internal_alias")));
14663 #ifndef xmlUCSIsThaana
14664 extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana__internal_alias __attribute((visibility("hidden")));
14665 #define xmlUCSIsThaana xmlUCSIsThaana__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13826 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsThaana", &code))
13829 c_retval = xmlUCSIsThaana(code);

Completed in 309 milliseconds