Searched refs:res2 (Results 1 – 3 of 3) sorted by relevance
416 byte [] res2 = new byte[res1.length + 10]; in testMac11()417 macs[i].doFinal(res2, 0); in testMac11()420 .concat(Integer.toString(j)), res1[j], res2[j]); in testMac11()441 byte[] res2 = macs[i].doFinal(); in testMac12()444 Arrays.toString(res2)); in testMac12()446 res2 = macs[i].doFinal(upd); in testMac12()451 Arrays.toString(res2)); in testMac12()510 byte [] res2; in testMac14()518 res2 = macs[i].doFinal(); in testMac14()519 assertEquals("Results are not the same", res1.length, res2.length); in testMac14()[all …]
355 String res2 = "\u0049".toLowerCase(); in test_setDefaultLjava_util_Locale() local358 assertEquals("Wrong toLowercase conversion", "\u0131", res2); in test_setDefaultLjava_util_Locale()
1231 ResultSet res2 = null; in testGetMoreResults() local