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

/external/libxml2/include/libxml/
H A Dxmlunicode.h184 XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code);
/external/libxml2/
H A Dlibxml2.syms1123 xmlUCSIsCatS;
H A Dxmlunicode.c197 {"S", xmlUCSIsCatS},
3035 * xmlUCSIsCatS:
3043 xmlUCSIsCatS(int code) { function
H A Delfgcchack.h13714 #undef xmlUCSIsCatS macro
13715 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
13717 #ifndef xmlUCSIsCatS
13718 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
13719 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias macro
H A Dxmlregexp.c2924 ret = xmlUCSIsCatS(codepoint);
H A Dtestapi.c[all...]

Completed in 176 milliseconds