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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h107 XMLPUBFUN int XMLCALL xmlUCSIsMiscellaneousMathematicalSymbolsA (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c121 {"MiscellaneousMathematicalSymbols-A", xmlUCSIsMiscellaneousMathematicalSymbolsA},
2021 * xmlUCSIsMiscellaneousMathematicalSymbolsA:
2029 xmlUCSIsMiscellaneousMathematicalSymbolsA(int code) { function
H A Delfgcchack.h14216 #undef xmlUCSIsMiscellaneousMathematicalSymbolsA macro
14217 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
14219 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsA
14220 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias __attribute((visibility("hidden")));
14221 #define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c838 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsMiscellaneousMathematicalSymbolsA", &code))
841 c_retval = xmlUCSIsMiscellaneousMathematicalSymbolsA(code);

Completed in 210 milliseconds