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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h147 XMLPUBFUN int XMLCALL xmlUCSIsUgaritic (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c161 {"Ugaritic", xmlUCSIsUgaritic},
2543 * xmlUCSIsUgaritic:
2551 xmlUCSIsUgaritic(int code) { function
H A Delfgcchack.h14696 #undef xmlUCSIsUgaritic macro
14697 extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic __attribute((alias("xmlUCSIsUgaritic__internal_alias")));
14699 #ifndef xmlUCSIsUgaritic
14700 extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic__internal_alias __attribute((visibility("hidden")));
14701 #define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c8957 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsUgaritic", &code))
8960 c_retval = xmlUCSIsUgaritic(code);

Completed in 213 milliseconds