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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h115 XMLPUBFUN int XMLCALL xmlUCSIsNumberForms (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c129 {"NumberForms", xmlUCSIsNumberForms},
2125 * xmlUCSIsNumberForms:
2133 xmlUCSIsNumberForms(int code) { function
H A Delfgcchack.h14312 #undef xmlUCSIsNumberForms macro
14313 extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms __attribute((alias("xmlUCSIsNumberForms__internal_alias")));
14315 #ifndef xmlUCSIsNumberForms
14316 extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms__internal_alias __attribute((visibility("hidden")));
14317 #define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c2353 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsNumberForms", &code))
2356 c_retval = xmlUCSIsNumberForms(code);

Completed in 313 milliseconds