Searched refs:expectedSUB (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ncnvtst.c | 383 static const uint8_t expectedSUB[] = { 0xa2, 0xae, 0xa1, 0xe0}; in TestErrorBehaviour() local 400 expectedSUB, sizeof(expectedSUB), "ibm-1363", 0, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 407 expectedSUB, sizeof(expectedSUB), "ibm-1363", offsetsSUB, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 423 expectedSUB, sizeof(expectedSUB), "ibm-1363", 0, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 459 static const uint8_t expectedSUB[] = { 0x31, 0x1a}; in TestErrorBehaviour() local 470 expectedSUB, sizeof(expectedSUB), "iso-2022-jp", offsets, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 556 static const uint8_t expectedSUB[] = { 0x1b, 0x24, 0x29, 0x43, 0x31, 0x1A}; in TestErrorBehaviour() local 568 expectedSUB, sizeof(expectedSUB), "iso-2022-kr", offsets, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour() 597 static const uint8_t expectedSUB[] = { 0x7e, 0x7d, 0x31, 0x1A}; in TestErrorBehaviour() local 612 expectedSUB, sizeof(expectedSUB), "HZ", offsets, TRUE, U_ZERO_ERROR)) in TestErrorBehaviour()
|