Home
last modified time | relevance | path

Searched refs:xmlXPathFormatNumber (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/
Dxpath.c3090 xmlXPathFormatNumber(double number, char buffer[], int buffersize) in xmlXPathFormatNumber() function
5725 xmlXPathFormatNumber(val, buf, 99); in xmlXPathCastNumberToString()
DChangeLog9656 * xpath.c: fix a problem with strcpy() in xmlXPathFormatNumber()
13907 * xpath.c: pretty insane thing, the xmlXPathFormatNumber()
16140 * xpath.c: patch to xmlXPathFormatNumber for the optimizer on
17246 and fixed by William Brack). Added xmlXPathFormatNumber.