Lines Matching refs:reorderCodes
656 uprv_free(src.reorderCodes);
1004 uprv_free(src.reorderCodes);
1292 uprv_free(src.reorderCodes);
5860 int32_t reorderCodes[1] = {USCRIPT_GREEK};
5904 ucol_setReorderCodes(myCollation, reorderCodes, 1, &status);
5933 int32_t reorderCodes[1] = {USCRIPT_GREEK};
5956 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
5985 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
6013 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
6034 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
6047 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6048 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6057 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6058 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6062 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
6120 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
6163 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
6176 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6177 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6186 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6187 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6191 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
6312 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
6330 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
6349 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6350 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6354 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
6558 int32_t reorderCodes
6593 ucol_setReorderCodes(myReorderCollation, reorderCodes, LEN(reorderCodes), &status);