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

/external/libxml2/
H A Dxmlunicode.c178 {"Lo", xmlUCSIsCatLo},
2766 * xmlUCSIsCatLo:
2774 xmlUCSIsCatLo(int code) { function
H A Delfgcchack.h13486 #undef xmlUCSIsCatLo macro
13487 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
13489 #ifndef xmlUCSIsCatLo
13490 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
13491 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias macro

Completed in 78 milliseconds