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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h184 XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h184 XMLPUBFUN int XMLCALL xmlUCSIsCatS (int code);
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c197 {"S", xmlUCSIsCatS},
3035 * xmlUCSIsCatS:
3043 xmlUCSIsCatS(int code) { function
H A Delfgcchack.h13540 #undef xmlUCSIsCatS macro
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
H A Dxmlregexp.c2911 ret = xmlUCSIsCatS(codepoint);
H A Dtestapi.c[all...]
/external/libxml2/
H A Dxmlunicode.c197 {"S", xmlUCSIsCatS},
3035 * xmlUCSIsCatS:
3043 xmlUCSIsCatS(int code) { function
H A Delfgcchack.h13540 #undef xmlUCSIsCatS macro
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
H A Dxmlregexp.c2911 ret = xmlUCSIsCatS(codepoint);

Completed in 256 milliseconds