• Home
  • Raw
  • Download

Lines Matching refs:source2

2126         static const uint8_t source2[]={0x61};  in TestUTF16BE()  local
2128 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2140 const uint8_t source2[]={0xd8, 0x01}; in TestUTF16BE()
2141 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16BE()
2180 static const uint8_t source2[]={0x61}; in TestUTF16LE() local
2182 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2194 static const uint8_t source2[]={0x01, 0xd8}; in TestUTF16LE()
2195 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_TRUNCATED_CH… in TestUTF16LE()
2600 static const uint8_t source2[]={0x1a, 0x1b}; in TestDBCS() local
2601 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestDBCS()
2651 static const uint8_t source2[]={0xa1, 0x80}; in TestMBCS() local
2652 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestMBCS()
2768 static const uint8_t source2[]={0xa1, 0x01}; in TestISO_2022() local
2769 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_CHAR… in TestISO_2022()
3893 static const uint8_t source2[]={0x0e,0x24,0x053}; in TestISO_2022_JP_1() local
3894 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestISO_2022_JP_1()
3985 static const uint8_t source2[]={0x0e,0x24,0x053}; in TestISO_2022_JP_2() local
3986 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestISO_2022_JP_2()
4063 static const uint8_t source2[]={0x1b,0x24,0x053}; in TestISO_2022_KR() local
4065 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCA… in TestISO_2022_KR()
4143 static const uint8_t source2[]={0x1b,0x24,0x053}; in TestISO_2022_KR_1() local
4145 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ILLEGAL_ESCA… in TestISO_2022_KR_1()
4444 static const uint8_t source2[]={0x0e,0x24,0x053}; in TestISO_2022_CN_EXT() local
4445 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestISO_2022_CN_EXT()
4545 static const uint8_t source2[]={0x0e,0x24,0x053}; in TestISO_2022_CN() local
4546 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestISO_2022_CN()
4675 static const uint8_t source2[]={0x0e, 0x7F, 0xFF}; in TestEBCDIC_STATEFUL() local
4676 …TestNextUCharError(cnv, (const char*)source2, (const char*)source2+sizeof(source2), U_ZERO_ERROR, … in TestEBCDIC_STATEFUL()