Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlunicode.c197 {"S", xmlUCSIsCatS},
3043 xmlUCSIsCatS(int code) { in xmlUCSIsCatS() function
Delfgcchack.h13540 #undef xmlUCSIsCatS
13541 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
13543 #ifndef xmlUCSIsCatS
13544 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
13545 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias macro
Dxmlregexp.c2872 ret = xmlUCSIsCatS(codepoint); in xmlRegCheckCharacterRange()
/external/libxml2/include/libxml/
Dxmlunicode.h184 XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code);