Lines Matching refs:results2
1928 static const int32_t results2[]={ in TestUTF8() local
1952 TestNextUChar(cnv, source, limit, results2, "UTF-8"); in TestUTF8()
1999 static const int32_t results2[]={ in TestCESU8() local
2023 TestNextUChar(cnv, source, limit, results2, "CESU-8"); in TestCESU8()
2046 static const int32_t results2[]={ in TestUTF16() local
2073 TestNextUChar(cnv, source, limit, results2, "UTF-16"); in TestUTF16()
2214 static const int32_t results2[]={ in TestUTF32() local
2241 TestNextUChar(cnv, source, limit, results2, "UTF-32"); in TestUTF32()
2293 static const int32_t results2[]={ in TestUTF32BE() local
2320 TestNextUChar(cnv, source, limit, results2, "UTF-32BE"); in TestUTF32BE()
2364 static const int32_t results2[]={ in TestUTF32LE() local
2391 TestNextUChar(cnv, source, limit, results2, "UTF-32LE"); in TestUTF32LE()
4661 static const int32_t results2[]={ in TestEBCDIC_STATEFUL() local
4693 TestNextUChar(cnv,source,limit,results2,"EBCDIC_STATEFUL(ibm-930),seq#2"); in TestEBCDIC_STATEFUL()