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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h174 XMLPUBFUN int XMLCALL xmlUCSIsCatNl (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h174 XMLPUBFUN int XMLCALL xmlUCSIsCatNl (int code);
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c187 {"Nl", xmlUCSIsCatNl},
2886 * xmlUCSIsCatNl:
2894 xmlUCSIsCatNl(int code) { function
H A Delfgcchack.h13420 #undef xmlUCSIsCatNl macro
13421 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
13423 #ifndef xmlUCSIsCatNl
13424 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
13425 #define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias macro
H A Dxmlregexp.c2869 ret = xmlUCSIsCatNl(codepoint);
H A Dtestapi.c[all...]
/external/libxml2/
H A Dxmlunicode.c187 {"Nl", xmlUCSIsCatNl},
2886 * xmlUCSIsCatNl:
2894 xmlUCSIsCatNl(int code) { function
H A Delfgcchack.h13420 #undef xmlUCSIsCatNl macro
13421 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
13423 #ifndef xmlUCSIsCatNl
13424 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
13425 #define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias macro
H A Dxmlregexp.c2869 ret = xmlUCSIsCatNl(codepoint);

Completed in 1741 milliseconds