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

/external/libxml2/include/libxml/
H A Dxmlunicode.h164 XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code);
/external/libxml2/
H A Dlibxml2.syms1103 xmlUCSIsCatLm;
H A Dxmlunicode.c177 {"Lm", xmlUCSIsCatLm},
2753 * xmlUCSIsCatLm:
2761 xmlUCSIsCatLm(int code) { function
H A Delfgcchack.h13474 #undef xmlUCSIsCatLm macro
13475 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
13477 #ifndef xmlUCSIsCatLm
13478 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
13479 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias macro
H A Dxmlregexp.c2858 ret = xmlUCSIsCatLm(codepoint);
H A Dtestapi.c[all...]

Completed in 187 milliseconds