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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h170 XMLPUBFUN int XMLCALL xmlUCSIsCatMe (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h170 XMLPUBFUN int XMLCALL xmlUCSIsCatMe (int code);
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c183 {"Me", xmlUCSIsCatMe},
2831 * xmlUCSIsCatMe:
2839 xmlUCSIsCatMe(int code) { function
H A Delfgcchack.h13372 #undef xmlUCSIsCatMe macro
13373 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
13375 #ifndef xmlUCSIsCatMe
13376 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
13377 #define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias macro
H A Dxmlregexp.c2860 ret = xmlUCSIsCatMe(codepoint);
H A Dtestapi.c[all...]
/external/libxml2/
H A Dxmlunicode.c183 {"Me", xmlUCSIsCatMe},
2831 * xmlUCSIsCatMe:
2839 xmlUCSIsCatMe(int code) { function
H A Delfgcchack.h13372 #undef xmlUCSIsCatMe macro
13373 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
13375 #ifndef xmlUCSIsCatMe
13376 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
13377 #define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias macro
H A Dxmlregexp.c2860 ret = xmlUCSIsCatMe(codepoint);

Completed in 312 milliseconds