Lines Matching full:reordercodes
5841 int32_t reorderCodes[1] = {USCRIPT_GREEK};
5885 ucol_setReorderCodes(myCollation, reorderCodes, 1, &status);
5914 int32_t reorderCodes[1] = {USCRIPT_GREEK};
5937 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
5966 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
5994 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
6015 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
6028 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6029 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6038 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6039 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6043 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
6101 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
6144 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
6157 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6158 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6167 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6168 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6172 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
6289 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
6307 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
6326 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
6327 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
6331 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {