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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlunicode.h150 XMLPUBFUN int XMLCALL xmlUCSIsVariationSelectorsSupplement (int code);
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c164 {"VariationSelectorsSupplement", xmlUCSIsVariationSelectorsSupplement},
2582 * xmlUCSIsVariationSelectorsSupplement:
2590 xmlUCSIsVariationSelectorsSupplement(int code) { function
H A Delfgcchack.h14732 #undef xmlUCSIsVariationSelectorsSupplement macro
14733 extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement __attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
14735 #ifndef xmlUCSIsVariationSelectorsSupplement
14736 extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement__internal_alias __attribute((visibility("hidden")));
14737 #define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias macro
H A Dtestapi.c[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c14453 if (!PyArg_ParseTuple(args, (char *)"i:xmlUCSIsVariationSelectorsSupplement", &code))
14456 c_retval = xmlUCSIsVariationSelectorsSupplement(code);

Completed in 233 milliseconds