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.h13582 #undef xmlUCSIsCatNd macro
13583 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias")));
13585 #ifndef xmlUCSIsCatNd
13586 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden")));
13587 #define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias macro

Completed in 143 milliseconds