Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/xml/
DXSLTUnicodeSort.cpp90 int tempstype[XSLT_MAX_SORT], temporder[XSLT_MAX_SORT]; in xsltUnicodeSortFunction() local
127 temporder[j] = 0; in xsltUnicodeSortFunction()
133 temporder[j] = 1; in xsltUnicodeSortFunction()
307 if (temporder[j] == 1) { in xsltUnicodeSortFunction()
/external/icu4c/test/cintltst/
Dcitertst.c796 uint32_t temporder = 0; in TestMaxExpansion() local
848 temporder = ucol_previous(iter, &status); in TestMaxExpansion()
850 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 3) { in TestMaxExpansion()
857 temporder = ucol_previous(iter, &status); in TestMaxExpansion()
859 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 1) { in TestMaxExpansion()
877 temporder = ucol_previous(iter, &status); in TestMaxExpansion()
878 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) > 3) { in TestMaxExpansion()
902 temporder = ucol_previous(iter, &status); in TestMaxExpansion()
903 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 6) { in TestMaxExpansion()
/external/icu4c/test/intltest/
Dapicoll.cpp1312 uint32_t temporder = 0; in TestMaxExpansion() local
1369 temporder = iter->previous(status); in TestMaxExpansion()
1370 size = coll.getMaxExpansion(temporder); in TestMaxExpansion()
1373 ch, temporder, size, 3); in TestMaxExpansion()
1379 temporder = iter->previous(status); in TestMaxExpansion()
1380 size = coll.getMaxExpansion(temporder); in TestMaxExpansion()
1383 ch, temporder, size, 1); in TestMaxExpansion()
1399 temporder = iter->previous(status); in TestMaxExpansion()
1400 size = coll.getMaxExpansion(temporder); in TestMaxExpansion()
1413 temporder = iter->previous(status); in TestMaxExpansion()
[all …]
/external/libxslt/libxslt/
Dxsltutils.c1099 int tempstype[XSLT_MAX_SORT], temporder[XSLT_MAX_SORT]; in xsltDefaultSortFunction() local
1136 temporder[j] = 0; in xsltDefaultSortFunction()
1142 temporder[j] = 1; in xsltDefaultSortFunction()
1317 if (temporder[j] == 1) { in xsltDefaultSortFunction()