Home | History | Annotate | Download | only in cintltst

Lines Matching full:offsets

163         int32_t offsets[]        = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 };
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR))
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR))
189 int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 };
196 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR))
218 static const int32_t offsets[] = {
230 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR))
248 static const int32_t offsets[] = {-1, -1, -1, -1,
262 expected, sizeof(expected), "iso-2022-kr", offsets , TRUE, U_ZERO_ERROR))
278 static const int32_t offsets[] = {0,0,0,0,
290 expected, sizeof(expected), "HZ", offsets , TRUE, U_ZERO_ERROR))
299 static const int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02,
309 expected, sizeof(expected), "UTF8", offsets, TRUE, U_ZERO_ERROR ))
310 log_err("u-> UTF8 with offsets and flush true did not match.\n");
313 log_err("u-> UTF8 with offsets and flush true did not match.\n");
315 expected, sizeof(expected), "UTF8", offsets, FALSE, U_ZERO_ERROR ))
316 log_err("u-> UTF8 with offsets and flush true did not match.\n");
319 log_err("u-> UTF8 with offsets and flush true did not match.\n");
378 static const int32_t offsets[] = { 0x00, 0x00};
406 expected, sizeof(expected), "ibm-1363", offsets, FALSE, U_AMBIGUOUS_ALIAS_WARNING))
456 static const int32_t offsets[] = { 0x00, 1};
466 expectedSUB, sizeof(expectedSUB), "iso-2022-jp", offsets, TRUE, U_ZERO_ERROR))
474 expected, sizeof(expected), "iso-2022-jp", offsets, FALSE, U_ZERO_ERROR))
506 static const int32_t offsets[] = { 0x00, 1};
520 expectedSUB, sizeof(expectedSUB), "iso-2022-cn", offsets, TRUE, U_ZERO_ERROR))
523 expected, sizeof(expected), "iso-2022-cn", offsets, FALSE, U_ZERO_ERROR))
559 static const int32_t offsets[] = { -1, -1, -1, -1, 0x00, 1};
570 expectedSUB, sizeof(expectedSUB), "iso-2022-kr", offsets, TRUE, U_ZERO_ERROR))
573 expected, sizeof(expected), "iso-2022-kr", offsets, FALSE, U_ZERO_ERROR))
600 static const int32_t offsets[] = { 0x00, 0x00, 0x00, 1};
614 expectedSUB, sizeof(expectedSUB), "HZ", offsets, TRUE, U_ZERO_ERROR))
617 expected, sizeof(expected), "HZ", offsets, FALSE, U_ZERO_ERROR))
1079 log_verbose("comparing %d offsets..\n", targ-buffer);
1081 log_err("did not get the expected offsets. for FROM Unicode to %s\n", codepage);
1161 log_err("did not get the expected offsets from %s To UNICODE\n", codepage);
1333 log_verbose("comparing %d offsets..\n", targ-junkout);
1335 log_err("did not get the expected offsets. %s", gNuConvTestName);
1502 log_err("did not get the expected offsets. %s",gNuConvTestName);
1541 static const int32_t offsets[] = {0x00, 0x00, 0x01, 0x01, 0x03, 0x03 };
1553 expected, sizeof(expected), "ibm-1363", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1565 expected, sizeof(expected), "ibm-1363", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1583 static const int32_t offsets[] = {0,0,0,0,0,1,1,2,2,2,2,3,5 };
1596 expected, sizeof(expected), "iso-2022-jp", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1623 static const int32_t offsets[] = {
1645 expected, sizeof(expected), "iso-2022-cn", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1668 static const int32_t offsets[] = {-1, -1, -1, -1,
1696 expected, sizeof(expected), "iso-2022-kr", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1716 static const int32_t offsets[] = {0,0,0,0,
1740 expected, sizeof(expected), "HZ", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1753 int32_t offsets[]={0x00, 0x00, 0x00, 0x01, 0x01, 0x02,
1763 expected, sizeof(expected), "UTF8", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1764 log_err("u-> UTF8 with offsets and flush true did not match.\n");
1767 log_err("u-> UTF8 with offsets and flush true did not match.\n");
1769 expected, sizeof(expected), "UTF8", UCNV_FROM_U_CALLBACK_SUBSTITUTE,offsets , TRUE))
1770 log_err("u-> UTF8 with offsets and flush true did not match.\n");
1773 log_err("u-> UTF8 with offsets and flush true did not match.\n");