• Home
  • Raw
  • Download

Lines Matching refs:reorderCodes

4538     int32_t reorderCodes[1] = {USCRIPT_GREEK};  in TestBeforeRuleWithScriptReordering()  local
4584 ucol_setReorderCodes(myCollation, reorderCodes, 1, &status); in TestBeforeRuleWithScriptReordering()
4613 int32_t reorderCodes[1] = {USCRIPT_GREEK}; in TestNonLeadBytesDuringCollationReordering() local
4636 ucol_setReorderCodes(myCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestNonLeadBytesDuringCollationReordering()
4665 ucol_setReorderCodes(myCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestNonLeadBytesDuringCollationReordering()
4693 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPI() local
4715 ucol_setReorderCodes(myCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestReorderingAPI()
4728 if (retrievedReorderCodesLength != UPRV_LENGTHOF(reorderCodes)) { in TestReorderingAPI()
4729 …ength was %d but should have been %d\n", retrievedReorderCodesLength, UPRV_LENGTHOF(reorderCodes)); in TestReorderingAPI()
4738 if (retrievedReorderCodesLength != UPRV_LENGTHOF(reorderCodes)) { in TestReorderingAPI()
4739 …ength was %d but should have been %d\n", retrievedReorderCodesLength, UPRV_LENGTHOF(reorderCodes)); in TestReorderingAPI()
4743 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPI()
4817 …static const int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAPIWithRuleCreatedCollator() local
4860 ucol_setReorderCodes(myCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestReorderingAPIWithRuleCreatedCollator()
4873 if (retrievedReorderCodesLength != UPRV_LENGTHOF(reorderCodes)) { in TestReorderingAPIWithRuleCreatedCollator()
4874 …ength was %d but should have been %d\n", retrievedReorderCodesLength, UPRV_LENGTHOF(reorderCodes)); in TestReorderingAPIWithRuleCreatedCollator()
4883 if (retrievedReorderCodesLength != UPRV_LENGTHOF(reorderCodes)) { in TestReorderingAPIWithRuleCreatedCollator()
4884 …ength was %d but should have been %d\n", retrievedReorderCodesLength, UPRV_LENGTHOF(reorderCodes)); in TestReorderingAPIWithRuleCreatedCollator()
4888 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAPIWithRuleCreatedCollator()
5070 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION}; in TestReorderingAcrossCloning() local
5087 ucol_setReorderCodes(myCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestReorderingAcrossCloning()
5106 if (retrievedReorderCodesLength != UPRV_LENGTHOF(reorderCodes)) { in TestReorderingAcrossCloning()
5107 …ength was %d but should have been %d\n", retrievedReorderCodesLength, UPRV_LENGTHOF(reorderCodes)); in TestReorderingAcrossCloning()
5111 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) { in TestReorderingAcrossCloning()
5315 …int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_COD… in TestReorderWithNumericCollation() local
5350 ucol_setReorderCodes(myReorderCollation, reorderCodes, UPRV_LENGTHOF(reorderCodes), &status); in TestReorderWithNumericCollation()