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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlunicode.c178 {"Lo", xmlUCSIsCatLo},
2766 * xmlUCSIsCatLo:
2774 xmlUCSIsCatLo(int code) { function
H A Delfgcchack.h13208 #undef xmlUCSIsCatLo macro
13209 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
13211 #ifndef xmlUCSIsCatLo
13212 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
13213 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias macro

Completed in 278 milliseconds