Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlunicode.c185 {"N", xmlUCSIsCatN},
2868 xmlUCSIsCatN(int code) { in xmlUCSIsCatN() function
Delfgcchack.h13396 #undef xmlUCSIsCatN
13397 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
13399 #ifndef xmlUCSIsCatN
13400 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
13401 #define xmlUCSIsCatN xmlUCSIsCatN__internal_alias macro
Dxmlregexp.c2824 ret = xmlUCSIsCatN(codepoint); in xmlRegCheckCharacterRange()
/external/libxml2/include/libxml/
Dxmlunicode.h172 XMLPUBFUN int XMLCALL xmlUCSIsCatN (int code);