Searched refs:xmlXPathNodeToNumberInternal (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 4696 xmlXPathNodeToNumberInternal(xmlXPathParserContextPtr ctxt, xmlNodePtr node) { in xmlXPathNodeToNumberInternal() function 4723 return(xmlXPathNodeToNumberInternal(NULL, node)); in xmlXPathCastNodeToNumber() 5421 val1 = xmlXPathNodeToNumberInternal(ctxt, ns1->nodeTab[i]); in xmlXPathCompareNodeSets() 5426 values2[j] = xmlXPathNodeToNumberInternal(ctxt, in xmlXPathCompareNodeSets() 8288 res += xmlXPathNodeToNumberInternal(ctxt, in xmlXPathSumFunction()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 4888 xmlXPathNodeToNumberInternal(xmlXPathParserContextPtr ctxt, xmlNodePtr node) { in xmlXPathNodeToNumberInternal() function 4915 return(xmlXPathNodeToNumberInternal(NULL, node)); in xmlXPathCastNodeToNumber() 5618 val1 = xmlXPathNodeToNumberInternal(ctxt, ns1->nodeTab[i]); in xmlXPathCompareNodeSets() 5623 values2[j] = xmlXPathNodeToNumberInternal(ctxt, in xmlXPathCompareNodeSets() 8570 res += xmlXPathNodeToNumberInternal(ctxt, in xmlXPathSumFunction()
|