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

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlunicode.h164 XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code);
/external/libxml2/include/libxml/
H A Dxmlunicode.h164 XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code);
/external/chromium_org/third_party/libxml/src/
H A Dxmlunicode.c177 {"Lm", xmlUCSIsCatLm},
2753 * xmlUCSIsCatLm:
2761 xmlUCSIsCatLm(int code) { function
H A Delfgcchack.h13300 #undef xmlUCSIsCatLm macro
13301 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
13303 #ifndef xmlUCSIsCatLm
13304 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
13305 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias macro
H A Dxmlregexp.c2845 ret = xmlUCSIsCatLm(codepoint);
H A Dtestapi.c[all...]
/external/libxml2/
H A Dxmlunicode.c177 {"Lm", xmlUCSIsCatLm},
2753 * xmlUCSIsCatLm:
2761 xmlUCSIsCatLm(int code) { function
H A Delfgcchack.h13474 #undef xmlUCSIsCatLm macro
13475 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
13477 #ifndef xmlUCSIsCatLm
13478 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
13479 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias macro
H A Dxmlregexp.c2853 ret = xmlUCSIsCatLm(codepoint);

Completed in 317 milliseconds