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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c180 {"Lu", xmlUCSIsCatLu},
2792 * xmlUCSIsCatLu:
2800 xmlUCSIsCatLu(int code) { function
H A Delfgcchack.h13232 #undef xmlUCSIsCatLu macro
13233 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
13235 #ifndef xmlUCSIsCatLu
13236 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
13237 #define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias macro

Completed in 194 milliseconds