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

/external/libxml2/
H A Dxmlunicode.c186 {"Nd", xmlUCSIsCatNd},
2873 * xmlUCSIsCatNd:
2881 xmlUCSIsCatNd(int code) { function
H A Delfgcchack.h13408 #undef xmlUCSIsCatNd macro
13409 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias")));
13411 #ifndef xmlUCSIsCatNd
13412 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden")));
13413 #define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias macro

Completed in 49 milliseconds