Home
last modified time | relevance | path

Searched refs:xmlUCSIsCatNd (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dxmlunicode.c186 {"Nd", xmlUCSIsCatNd},
2881 xmlUCSIsCatNd(int code) { in xmlUCSIsCatNd() function
Delfgcchack.h13408 #undef xmlUCSIsCatNd
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
Dxmlregexp.c2821 ret = xmlUCSIsCatNd(codepoint); in xmlRegCheckCharacterRange()
2866 ret = xmlUCSIsCatNd(codepoint); in xmlRegCheckCharacterRange()
/external/libxml2/include/libxml/
Dxmlunicode.h173 XMLPUBFUN int XMLCALL xmlUCSIsCatNd (int code);