Searched defs:xmlUCSIsGothic (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c84 {"Gothic", xmlUCSIsGothic},
1540 * xmlUCSIsGothic:
1548 xmlUCSIsGothic(int code) { function
H A Delfgcchack.h13772 #undef xmlUCSIsGothic macro
13773 extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic __attribute((alias("xmlUCSIsGothic__internal_alias")));
13775 #ifndef xmlUCSIsGothic
13776 extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic__internal_alias __attribute((visibility("hidden")));
13777 #define xmlUCSIsGothic xmlUCSIsGothic__internal_alias macro

Completed in 113 milliseconds