Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlunicode.c188 {"No", xmlUCSIsCatNo},
2912 xmlUCSIsCatNo(int code) { in xmlUCSIsCatNo() function
Delfgcchack.h13432 #undef xmlUCSIsCatNo
13433 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
13435 #ifndef xmlUCSIsCatNo
13436 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
13437 #define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias macro
Dxmlregexp.c2872 ret = xmlUCSIsCatNo(codepoint); in xmlRegCheckCharacterRange()
Dtestapi.c38547 ret_val = xmlUCSIsCatNo(code); in test_xmlUCSIsCatNo()
/external/libxml2/
Dxmlunicode.c188 {"No", xmlUCSIsCatNo},
2912 xmlUCSIsCatNo(int code) { in xmlUCSIsCatNo() function
Delfgcchack.h13432 #undef xmlUCSIsCatNo
13433 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
13435 #ifndef xmlUCSIsCatNo
13436 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
13437 #define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias macro
Dxmlregexp.c2872 ret = xmlUCSIsCatNo(codepoint); in xmlRegCheckCharacterRange()
/external/libxml2/include/libxml/
Dxmlunicode.h175 XMLPUBFUN int XMLCALL xmlUCSIsCatNo (int code);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlunicode.h175 XMLPUBFUN int XMLCALL xmlUCSIsCatNo (int code);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2200 xmlUCSIsCatNo