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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h173 XMLPUBFUN int XMLCALL xmlUCSIsCatNd (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h173 XMLPUBFUN int XMLCALL xmlUCSIsCatNd (int code);
/external/chromium_org/third_party/libxml/src/
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
H A Dxmlregexp.c2821 ret = xmlUCSIsCatNd(codepoint);
2866 ret = xmlUCSIsCatNd(codepoint);
H A Dtestapi.c[all...]
/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
H A Dxmlregexp.c2829 ret = xmlUCSIsCatNd(codepoint);
2874 ret = xmlUCSIsCatNd(codepoint);

Completed in 245 milliseconds