Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/
Dxmlunicode.c177 {"Lm", xmlUCSIsCatLm},
2761 xmlUCSIsCatLm(int code) { in xmlUCSIsCatLm() function
Delfgcchack.h13300 #undef xmlUCSIsCatLm
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
Dxmlregexp.c2845 ret = xmlUCSIsCatLm(codepoint); in xmlRegCheckCharacterRange()
Dtestapi.c38173 ret_val = xmlUCSIsCatLm(code); in test_xmlUCSIsCatLm()
/external/libxml2/
Dxmlunicode.c177 {"Lm", xmlUCSIsCatLm},
2761 xmlUCSIsCatLm(int code) { in xmlUCSIsCatLm() function
Delfgcchack.h13300 #undef xmlUCSIsCatLm
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
Dxmlregexp.c2845 ret = xmlUCSIsCatLm(codepoint); in xmlRegCheckCharacterRange()
/external/libxml2/include/libxml/
Dxmlunicode.h164 XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxmlunicode.h164 XMLPUBFUN int XMLCALL xmlUCSIsCatLm (int code);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2167 xmlUCSIsCatLm