Home
last modified time | relevance | path

Searched refs:xmlXPathCastNumberToBoolean (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h457 xmlXPathCastNumberToBoolean (double val);
/external/chromium_org/third_party/libxml/src/include/libxml/
Dxpath.h453 xmlXPathCastNumberToBoolean (double val);
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src2667 xmlXPathCastNumberToBoolean
/external/libxml2/
Delfgcchack.h15800 #undef xmlXPathCastNumberToBoolean
15801 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXP…
15803 #ifndef xmlXPathCastNumberToBoolean
15804 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribu…
15805 #define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias macro
Dxpath.c5987 xmlXPathCastNumberToBoolean (double val) { in xmlXPathCastNumberToBoolean() function
6052 ret = xmlXPathCastNumberToBoolean(val->floatval); in xmlXPathCastToBoolean()
6972 xmlXPathCastNumberToBoolean(arg2->floatval)); in xmlXPathEqualValuesCommon()
7002 xmlXPathCastNumberToBoolean(arg1->floatval)); in xmlXPathEqualValuesCommon()
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h15626 #undef xmlXPathCastNumberToBoolean
15627 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXP…
15629 #ifndef xmlXPathCastNumberToBoolean
15630 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribu…
15631 #define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias macro
Dxpath.c5873 xmlXPathCastNumberToBoolean (double val) { in xmlXPathCastNumberToBoolean() function
5938 ret = xmlXPathCastNumberToBoolean(val->floatval); in xmlXPathCastToBoolean()
6857 xmlXPathCastNumberToBoolean(arg2->floatval)); in xmlXPathEqualValuesCommon()
6887 xmlXPathCastNumberToBoolean(arg1->floatval)); in xmlXPathEqualValuesCommon()
Dtestapi.c45718 ret_val = xmlXPathCastNumberToBoolean(val); in test_xmlXPathCastNumberToBoolean()