Home | History | Annotate | Download | only in cintltst

Lines Matching refs:reorderCodes

4540     int32_t reorderCodes[1] = {USCRIPT_GREEK};
4586 ucol_setReorderCodes(myCollation, reorderCodes, 1, &status);
4615 int32_t reorderCodes[1] = {USCRIPT_GREEK};
4638 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
4667 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
4695 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
4717 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
4730 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
4731 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
4740 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
4741 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
4745 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
4819 static const int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
4862 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
4875 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
4876 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
4885 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
4886 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
4890 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
5072 int32_t reorderCodes[3] = {USCRIPT_GREEK, USCRIPT_HAN, UCOL_REORDER_CODE_PUNCTUATION};
5089 ucol_setReorderCodes(myCollation, reorderCodes, LEN(reorderCodes), &status);
5108 if (retrievedReorderCodesLength != LEN(reorderCodes)) {
5109 log_err_status(status, "ERROR: retrieved reorder codes length was %d but should have been %d\n", retrievedReorderCodesLength, LEN(reorderCodes));
5113 if (retrievedReorderCodes[loopIndex] != reorderCodes[loopIndex]) {
5317 int32_t reorderCodes[] = {UCOL_REORDER_CODE_SPACE, UCOL_REORDER_CODE_PUNCTUATION, UCOL_REORDER_CODE_SYMBOL, UCOL_REORDER_CODE_DIGIT, USCRIPT_GREEK,USCRIPT_LATIN, USCRIPT_HEBREW, UCOL_REORDER_CODE_OTHERS};
5352 ucol_setReorderCodes(myReorderCollation, reorderCodes, LEN(reorderCodes), &status);