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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h35 XMLPUBFUN int XMLCALL xmlUCSIsBlockElements (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c49 {"BlockElements", xmlUCSIsBlockElements},
1085 * xmlUCSIsBlockElements:
1093 xmlUCSIsBlockElements(int code) { function
H A Delfgcchack.h12876 #undef xmlUCSIsBlockElements macro
12877 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
12879 #ifndef xmlUCSIsBlockElements
12880 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
12881 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias macro

Completed in 108 milliseconds