Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dxsltutils.c1331 static xsltSortFunc xsltSortFunction = xsltDefaultSortFunction; variable
1353 else if (xsltSortFunction != NULL) in xsltDoSortFunction()
1354 xsltSortFunction(ctxt, sorts, nbsorts); in xsltDoSortFunction()
1367 xsltSortFunction = handler; in xsltSetSortFunc()
1369 xsltSortFunction = xsltDefaultSortFunction; in xsltSetSortFunc()