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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h188 XMLPUBFUN int XMLCALL xmlUCSIsCatSo (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h188 XMLPUBFUN int XMLCALL xmlUCSIsCatSo (int code);
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c201 {"So", xmlUCSIsCatSo},
3087 * xmlUCSIsCatSo:
3095 xmlUCSIsCatSo(int code) { function
H A Delfgcchack.h13588 #undef xmlUCSIsCatSo macro
13589 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias")));
13591 #ifndef xmlUCSIsCatSo
13592 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden")));
13593 #define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias macro
H A Dxmlregexp.c2923 ret = xmlUCSIsCatSo(codepoint);
H A Dtestapi.c[all...]
/external/libxml2/
H A Dxmlunicode.c201 {"So", xmlUCSIsCatSo},
3087 * xmlUCSIsCatSo:
3095 xmlUCSIsCatSo(int code) { function
H A Delfgcchack.h13588 #undef xmlUCSIsCatSo macro
13589 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias")));
13591 #ifndef xmlUCSIsCatSo
13592 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden")));
13593 #define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias macro
H A Dxmlregexp.c2923 ret = xmlUCSIsCatSo(codepoint);

Completed in 355 milliseconds