Searched refs:xmlUCSIsGeneralPunctuation (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h67 XMLPUBFUN int XMLCALL xmlUCSIsGeneralPunctuation (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c81 {"GeneralPunctuation", xmlUCSIsGeneralPunctuation},
1501 * xmlUCSIsGeneralPunctuation:
1509 xmlUCSIsGeneralPunctuation(int code) { function
H A Delfgcchack.h13704 #undef xmlUCSIsGeneralPunctuation macro
13705 extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
13707 #ifndef xmlUCSIsGeneralPunctuation
13708 extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden")));
13709 #define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias macro

Completed in 110 milliseconds