Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/xml/
DXSLTUnicodeSort.cpp80 xmlXPathObjectPtr *resultsTab[XSLT_MAX_SORT]; in xsltUnicodeSortFunction() local
151 resultsTab[0] = xsltComputeSortResult(ctxt, sorts[0]); in xsltUnicodeSortFunction()
153 resultsTab[i] = NULL; in xsltUnicodeSortFunction()
155 results = resultsTab[0]; in xsltUnicodeSortFunction()
224 if (resultsTab[depth] == NULL) in xsltUnicodeSortFunction()
225 resultsTab[depth] = xsltComputeSortResult(ctxt, in xsltUnicodeSortFunction()
227 res = resultsTab[depth]; in xsltUnicodeSortFunction()
285 if (resultsTab[depth] == NULL) in xsltUnicodeSortFunction()
287 res = resultsTab[depth]; in xsltUnicodeSortFunction()
312 if (resultsTab[j] != NULL) { in xsltUnicodeSortFunction()
[all …]
/external/libxslt/libxslt/
Dxsltutils.c1089 xmlXPathObjectPtr *resultsTab[XSLT_MAX_SORT]; in xsltDefaultSortFunction() local
1160 resultsTab[0] = xsltComputeSortResult(ctxt, sorts[0]); in xsltDefaultSortFunction()
1162 resultsTab[i] = NULL; in xsltDefaultSortFunction()
1164 results = resultsTab[0]; in xsltDefaultSortFunction()
1230 if (resultsTab[depth] == NULL) in xsltDefaultSortFunction()
1231 resultsTab[depth] = xsltComputeSortResult(ctxt, in xsltDefaultSortFunction()
1233 res = resultsTab[depth]; in xsltDefaultSortFunction()
1295 if (resultsTab[depth] == NULL) in xsltDefaultSortFunction()
1297 res = resultsTab[depth]; in xsltDefaultSortFunction()
1322 if (resultsTab[j] != NULL) { in xsltDefaultSortFunction()
[all …]