HomeSort by relevance Sort by last modified time
    Searched refs:xmlXPathIsNaN (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp 184 if (xmlXPathIsNaN(results[j]->floatval)) {
185 if (xmlXPathIsNaN(results[j + incr]->floatval))
189 } else if (xmlXPathIsNaN(results[j + incr]->floatval))
237 if (xmlXPathIsNaN(res[j]->floatval)) {
238 if (xmlXPathIsNaN(res[j +
243 } else if (xmlXPathIsNaN(res[j + incr]->
  /external/libxml2/include/libxml/
xpath.h 537 xmlXPathIsNaN (double val);
  /external/libxslt/libxslt/
xsltutils.c 1186 if (xmlXPathIsNaN(results[j]->floatval)) {
1187 if (xmlXPathIsNaN(results[j + incr]->floatval))
1191 } else if (xmlXPathIsNaN(results[j + incr]->floatval))
    [all...]
numbers.c 480 if (xmlXPathIsNaN(number)) {
988 if (xmlXPathIsNaN(number)) {
    [all...]
  /external/libxml2/
xpath.c 139 * xmlXPathIsNaN:
149 xmlXPathIsNaN(double val) {
1043 if (xmlXPathIsNaN(cur->floatval)) {
    [all...]
xmlschemastypes.c     [all...]
schematron.c     [all...]
elfgcchack.h     [all...]

Completed in 775 milliseconds