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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h81 XMLPUBFUN int XMLCALL xmlUCSIsHebrew (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c95 {"Hebrew", xmlUCSIsHebrew},
1683 * xmlUCSIsHebrew:
1691 xmlUCSIsHebrew(int code) { function
H A Delfgcchack.h13904 #undef xmlUCSIsHebrew macro
13905 extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew __attribute((alias("xmlUCSIsHebrew__internal_alias")));
13907 #ifndef xmlUCSIsHebrew
13908 extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew__internal_alias __attribute((visibility("hidden")));
13909 #define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c1467 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsHebrew", &code))
1470 c_retval = xmlUCSIsHebrew(code);

Completed in 209 milliseconds