Searched refs:xmlUCSIsArabicPresentationFormsA (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/vms/
H A Dconfig.vms188 #define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentat3sq1bti$
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h29 XMLPUBFUN int XMLCALL xmlUCSIsArabicPresentationFormsA (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c43 {"ArabicPresentationForms-A", xmlUCSIsArabicPresentationFormsA},
1007 * xmlUCSIsArabicPresentationFormsA:
1015 xmlUCSIsArabicPresentationFormsA(int code) { function
H A Delfgcchack.h12824 #undef xmlUCSIsArabicPresentationFormsA macro
12825 extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA __attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
12827 #ifndef xmlUCSIsArabicPresentationFormsA
12828 extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA__internal_alias __attribute((visibility("hidden")));
12829 #define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias macro
H A Dtestapi.c36788 ret_val = xmlUCSIsArabicPresentationFormsA(code);
36794 printf("Leak of %d blocks found in xmlUCSIsArabicPresentationFormsA",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c9084 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsArabicPresentationFormsA", &code))
9087 c_retval = xmlUCSIsArabicPresentationFormsA(code);

Completed in 331 milliseconds