• Home
  • Raw
  • Download

Lines Matching refs:reorderCodes

656     uprv_free(src.reorderCodes);  in testCollator()
1004 uprv_free(src.reorderCodes); in testAgainstUCA()
1292 uprv_free(src.reorderCodes); in testCEs()
5860 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestBeforeRuleWithScriptReordering() local
5904 ucol_setReorderCodes(myCollation, reorderCodes, 1, &status); in TestBeforeRuleWithScriptReordering()
5933 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestNonLeadBytesDuringCollationReordering() local
5956 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status); in TestNonLeadBytesDuringCollationReordering()
5985 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status); in TestNonLeadBytesDuringCollationReordering()
6013 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPI() local
6034 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status); in TestReorderingAPI()
6047 if (retrievedReorderCodesLength != LEN(reorderCodes)) { in TestReorderingAPI()
6048 …er codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes)); in TestReorderingAPI()
6057 if (retrievedReorderCodesLength != LEN(reorderCodes)) { in TestReorderingAPI()
6058 …er codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes)); in TestReorderingAPI()
6062 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPI()
6120 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
6163 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status); in TestReorderingAPIWithRuleCreatedCollator()
6176 if (retrievedReorderCodesLength != LEN(reorderCodes)) { in TestReorderingAPIWithRuleCreatedCollator()
6177 …er codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes)); in TestReorderingAPIWithRuleCreatedCollator()
6186 if (retrievedReorderCodesLength != LEN(reorderCodes)) { in TestReorderingAPIWithRuleCreatedCollator()
6187 …er codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes)); in TestReorderingAPIWithRuleCreatedCollator()
6191 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()
6312 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAcrossCloning() local
6330 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status); in TestReorderingAcrossCloning()
6349 if (retrievedReorderCodesLength != LEN(reorderCodes)) { in TestReorderingAcrossCloning()
6350 …er codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes)); in TestReorderingAcrossCloning()
6354 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAcrossCloning()
6558 …int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_COD… in TestReorderWithNumericCollation() local
6593 ucol_setReorderCodes(myReorderCollation, reorderCodes, LEN(reorderCodes), &status); in TestReorderWithNumericCollation()