Searched refs:xmlUCSIsCatNd (Results 1 - 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
H A Dxmlunicode.h173 XMLPUBFUN int XMLCALL xmlUCSIsCatNd (int code);
/external/libxml2/
H A Dlibxml2.syms1112 xmlUCSIsCatNd;
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
H A Dxmlregexp.c2834 ret = xmlUCSIsCatNd(codepoint);
2879 ret = xmlUCSIsCatNd(codepoint);
H A Dtestapi.c[all...]

Completed in 216 milliseconds