Searched refs:res2 (Results 1 – 3 of 3) sorted by relevance
427 byte [] res2 = new byte[res1.length + 10]; in testMac11()428 macs[i].doFinal(res2, 0); in testMac11()431 .concat(Integer.toString(j)), res1[j], res2[j]); in testMac11()452 byte[] res2 = macs[i].doFinal(); in testMac12()455 Arrays.toString(res2)); in testMac12()457 res2 = macs[i].doFinal(upd); in testMac12()462 Arrays.toString(res2)); in testMac12()521 byte [] res2; in testMac14()529 res2 = macs[i].doFinal(); in testMac14()530 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