Home
last modified time | relevance | path

Searched refs:xmlUCSIsCatSm (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/libxml/src/
Dxmlunicode.c200 {"Sm", xmlUCSIsCatSm},
3082 xmlUCSIsCatSm(int code) { in xmlUCSIsCatSm() function
Delfgcchack.h13576 #undef xmlUCSIsCatSm
13577 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias")));
13579 #ifndef xmlUCSIsCatSm
13580 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden")));
13581 #define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias macro
Dxmlregexp.c2914 ret = xmlUCSIsCatSm(codepoint); in xmlRegCheckCharacterRange()
Dtestapi.c38955 ret_val = xmlUCSIsCatSm(code); in test_xmlUCSIsCatSm()
/external/libxml2/
Dxmlunicode.c200 {"Sm", xmlUCSIsCatSm},
3082 xmlUCSIsCatSm(int code) { in xmlUCSIsCatSm() function
Delfgcchack.h13576 #undef xmlUCSIsCatSm
13577 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias")));
13579 #ifndef xmlUCSIsCatSm
13580 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden")));
13581 #define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias macro
Dxmlregexp.c2914 ret = xmlUCSIsCatSm(codepoint); in xmlRegCheckCharacterRange()
/external/libxml2/include/libxml/
Dxmlunicode.h187 XMLPUBFUN int XMLCALL xmlUCSIsCatSm (int code);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlunicode.h187 XMLPUBFUN int XMLCALL xmlUCSIsCatSm (int code);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2236 xmlUCSIsCatSm