Lines Matching refs:source2
2122 static const uint8_t source2[]={0x61}; in TestUTF16BE() local
2124 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2136 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE()
2137 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2176 static const uint8_t source2[]={0x61}; in TestUTF16LE() local
2178 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2190 static const uint8_t source2[]={0x01, 0xd8}; in TestUTF16LE()
2191 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2596 static const uint8_t source2[]={0x1a, 0x1b}; in TestDBCS() local
2597 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestDBCS()
2647 static const uint8_t source2[]={0xa1, 0x80}; in TestMBCS() local
2648 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestMBCS()
2766 static const uint8_t source2[]={0xa1, 0x01}; in TestISO_2022() local
2767 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_CHAR… in TestISO_2022()
3902 static const uint8_t source2[]={0x0e,0x24,0x053}; in TestISO_2022_JP_1() local
3903 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestISO_2022_JP_1()
3994 static const uint8_t source2[]={0x0e,0x24,0x053}; in TestISO_2022_JP_2() local
3995 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestISO_2022_JP_2()
4072 static const uint8_t source2[]={0x1b,0x24,0x053}; in TestISO_2022_KR() local
4074 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCA… in TestISO_2022_KR()
4152 static const uint8_t source2[]={0x1b,0x24,0x053}; in TestISO_2022_KR_1() local
4154 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCA… in TestISO_2022_KR_1()
4457 static const uint8_t source2[]={0x0e,0x24,0x053};
4458 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, …
4559 static const uint8_t source2[]={0x0e,0x24,0x053}; in TestISO_2022_CN() local
4560 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestISO_2022_CN()
4689 static const uint8_t source2[]={0x0e, 0x7F, 0xFF}; in TestEBCDIC_STATEFUL() local
4690 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestEBCDIC_STATEFUL()