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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTUnicodeSort.h35 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr* sorts, int nbsorts);
H A DXSLTUnicodeSort.cpp46 void xsltUnicodeSortFunction(xsltTransformContextPtr ctxt, xmlNodePtr *sorts, int nbsorts) argument
60 if (!ctxt || !sorts || nbsorts <= 0 || nbsorts >= XSLT_MAX_SORT)
72 for (int j = 0; j < nbsorts; ++j) {
170 while (depth < nbsorts) {
236 while (depth < nbsorts) {
255 for (int j = 0; j < nbsorts; ++j) {
/external/chromium_org/third_party/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 203 milliseconds