Searched refs:nbsorts (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXSLTUnicodeSort.h37 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
H A DXSLTUnicodeSort.cpp73 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, int nbsorts) argument
92 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) ||
93 (nbsorts >= XSLT_MAX_SORT))
105 for (j = 0; j < nbsorts; j++) {
211 while (depth < nbsorts) {
282 while (depth < nbsorts) {
300 for (j = 0; j < nbsorts; j++) {
/external/libxslt/libxslt/
H A Dxsltutils.h187 int nbsorts);
191 int nbsorts);
H A Dxsltutils.c1076 * @nbsorts: the number of sorts in the array
1083 int nbsorts) {
1101 if ((ctxt == NULL) || (sorts == NULL) || (nbsorts <= 0) ||
1102 (nbsorts >= XSLT_MAX_SORT))
1114 for (j = 0; j < nbsorts; j++) {
1217 while (depth < nbsorts) {
1292 while (depth < nbsorts) {
1310 for (j = 0; j < nbsorts; j++) {
1337 * @nbsorts: the number of sorts in the array
1349 int nbsorts)
1082 xsltDefaultSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, int nbsorts) argument
1348 xsltDoSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr * sorts, int nbsorts) argument
[all...]
H A Dtransform.c4954 int nbsorts = 0; local
4957 sorts[nbsorts++] = cur;
4983 if (nbsorts >= XSLT_MAX_SORT) {
4987 nbsorts);
4991 sorts[nbsorts++] = cur;
5003 xsltDoSortFunction(ctxt, sorts, nbsorts);
5579 int nbsorts = 0; local
5582 sorts[nbsorts++] = curInst;
5591 if (nbsorts >= XSLT_MAX_SORT) {
5598 sorts[nbsorts
[all...]
H A DxsltInternals.h415 * @nbsorts: the number of sorts
420 int nbsorts);

Completed in 133 milliseconds