Searched refs:temporder (Results 1 – 3 of 3) sorted by relevance
90 int tempstype[XSLT_MAX_SORT], temporder[XSLT_MAX_SORT]; in xsltUnicodeSortFunction() local127 temporder[j] = 0; in xsltUnicodeSortFunction()133 temporder[j] = 1; in xsltUnicodeSortFunction()307 if (temporder[j] == 1) { in xsltUnicodeSortFunction()
791 uint32_t temporder = 0; in TestMaxExpansion() local843 temporder = ucol_previous(iter, &status); in TestMaxExpansion()845 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 3) { in TestMaxExpansion()852 temporder = ucol_previous(iter, &status); in TestMaxExpansion()854 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 1) { in TestMaxExpansion()872 temporder = ucol_previous(iter, &status); in TestMaxExpansion()873 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) > 3) { in TestMaxExpansion()897 temporder = ucol_previous(iter, &status); in TestMaxExpansion()898 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 6) { in TestMaxExpansion()
1290 uint32_t temporder = 0; in TestMaxExpansion() local1347 temporder = iter->previous(status); in TestMaxExpansion()1349 if (U_FAILURE(status) || coll.getMaxExpansion(temporder) != 3) { in TestMaxExpansion()1357 temporder = iter->previous(status); in TestMaxExpansion()1359 if (U_FAILURE(status) || coll.getMaxExpansion(temporder) != 1) { in TestMaxExpansion()1377 temporder = iter->previous(status); in TestMaxExpansion()1378 if (U_FAILURE(status) || coll.getMaxExpansion(temporder) > 3) { in TestMaxExpansion()1390 temporder = iter->previous(status); in TestMaxExpansion()1391 if (U_FAILURE(status) || iter->getMaxExpansion(temporder) != 6) { in TestMaxExpansion()