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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlunicode.h64 XMLPUBFUN int XMLCALL xmlUCSIsEnclosedAlphanumerics (int code);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlunicode.c78 {"EnclosedAlphanumerics", xmlUCSIsEnclosedAlphanumerics},
1462 * xmlUCSIsEnclosedAlphanumerics:
1470 xmlUCSIsEnclosedAlphanumerics(int code) { function
H A Delfgcchack.h13668 #undef xmlUCSIsEnclosedAlphanumerics macro
13669 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
13671 #ifndef xmlUCSIsEnclosedAlphanumerics
13672 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden")));
13673 #define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias macro

Completed in 137 milliseconds