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

/external/libxml2/include/libxml/
H A Dxmlunicode.h171 XMLPUBFUN int XMLCALL xmlUCSIsCatMn (int code);
/external/libxml2/
H A Dlibxml2.syms1110 xmlUCSIsCatMn;
H A Dxmlunicode.c184 {"Mn", xmlUCSIsCatMn},
2847 * xmlUCSIsCatMn:
2855 xmlUCSIsCatMn(int code) { function
H A Delfgcchack.h13558 #undef xmlUCSIsCatMn macro
13559 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias")));
13561 #ifndef xmlUCSIsCatMn
13562 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden")));
13563 #define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias macro
H A Dxmlregexp.c2867 ret = xmlUCSIsCatMn(codepoint);
H A Dtestapi.c[all...]

Completed in 295 milliseconds