Lines Matching refs:results2
1940 static const int32_t results2[]={ in TestUTF8() local
1964 TestNextUChar(cnv, source, limit, results2, "UTF-8"); in TestUTF8()
2011 static const int32_t results2[]={ in TestCESU8() local
2035 TestNextUChar(cnv, source, limit, results2, "CESU-8"); in TestCESU8()
2058 static const int32_t results2[]={ in TestUTF16() local
2085 TestNextUChar(cnv, source, limit, results2, "UTF-16"); in TestUTF16()
2226 static const int32_t results2[]={ in TestUTF32() local
2253 TestNextUChar(cnv, source, limit, results2, "UTF-32"); in TestUTF32()
2305 static const int32_t results2[]={ in TestUTF32BE() local
2332 TestNextUChar(cnv, source, limit, results2, "UTF-32BE"); in TestUTF32BE()
2376 static const int32_t results2[]={ in TestUTF32LE() local
2403 TestNextUChar(cnv, source, limit, results2, "UTF-32LE"); in TestUTF32LE()
4673 static const int32_t results2[]={ in TestEBCDIC_STATEFUL() local
4705 TestNextUChar(cnv,source,limit,results2,"EBCDIC_STATEFUL(ibm-930),seq#2"); in TestEBCDIC_STATEFUL()