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

/external/libxml2/
H A Dxmlunicode.c176 {"Ll", xmlUCSIsCatLl},
2740 * xmlUCSIsCatLl:
2748 xmlUCSIsCatLl(int code) { function
H A Delfgcchack.h13462 #undef xmlUCSIsCatLl macro
13463 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias")));
13465 #ifndef xmlUCSIsCatLl
13466 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden")));
13467 #define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias macro

Completed in 84 milliseconds