Searched refs:junokout (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | ncnvfbts.c | 139 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertFromUnicode() local 158 junokout[i] = 0xFF; in testConvertFromUnicode() 181 offs = junokout; in testConvertFromUnicode() 239 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode() 266 if(uprv_memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode() 271 log_err("%d, ", junokout[p-junkout]); in testConvertFromUnicode() 300 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertToUnicode() local 322 junokout[i] = -1; in testConvertToUnicode() 339 offs = junokout; in testConvertToUnicode() 401 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode() [all …]
|
D | nccbtst.c | 2630 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertFromUnicode() local 2652 junokout[i] = 0xFF; in testConvertFromUnicode() 2685 offs = junokout; in testConvertFromUnicode() 2758 … sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[p-junkout]); in testConvertFromUnicode() 2785 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromUnicode() 2791 log_err("%d,", junokout[p-junkout]); in testConvertFromUnicode() 2826 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertToUnicode() local 2849 junokout[i] = -1; in testConvertToUnicode() 2866 offs = junokout; in testConvertToUnicode() 2954 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[p-junkout]); in testConvertToUnicode() [all …]
|
D | ncnvtst.c | 1187 int32_t junokout[MAX_LENGTH]; /* FIX */ in testConvertFromU() local 1207 junokout[i] = 0xFF; in testConvertFromU() 1230 offs = junokout; in testConvertFromU() 1293 …sprintf(offset_str + strlen(offset_str), "0x%02x, ", (0xFF) & (unsigned int)junokout[ptr-junkout]); in testConvertFromU() 1322 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromU() 1327 log_err("%d, ", junokout[p-junkout]); in testConvertFromU() 1359 int32_t junokout[MAX_LENGTH]; /* FIX */ in testConvertToU() local 1381 junokout[i] = -1; in testConvertToU() 1404 offs = junokout; in testConvertToU() 1470 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout… in testConvertToU() [all …]
|
D | nucnvtst.c | 368 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertFromU() local 385 junokout[i] = 0xFF; in testConvertFromU() 406 offs = junokout; in testConvertFromU() 459 sprintf(offset_str + strlen(offset_str), "0x%02x, ", (int)(0xFF & junokout[ptr-junkout])); in testConvertFromU() 484 if(memcmp(junokout,expectOffsets,(targ-junkout) * sizeof(int32_t) )){ in testConvertFromU() 490 log_err("%d,", junokout[p-junkout]); in testConvertFromU() 525 int32_t junokout[NEW_MAX_BUFFER]; /* FIX */ in testConvertToU() local 544 junokout[i] = -1; in testConvertToU() 564 offs = junokout; in testConvertToU() 622 …sprintf(offset_str + strlen(offset_str), "0x%04x, ", (0xFFFF) & (unsigned int)junokout[ptr-junkout… in testConvertToU() [all …]
|