Searched refs:cs1 (Results 1 – 3 of 3) sorted by relevance
134 CodeSigner cs1 = new CodeSigner(cpath, ts); in testHashCode() local138 assertTrue(cs1.hashCode() == cs2.hashCode()); in testHashCode()
107 MockMalfunctionCharset cs1 = new MockMalfunctionCharset( in test_decodeLjava_nio_ByteBuffer() local110 cs1.newDecoder().onMalformedInput(CodingErrorAction.REPLACE) in test_decodeLjava_nio_ByteBuffer()
295 Charset cs1 = Charset.forName("UTF-8"); in test_forNameLjava_lang_String() local297 assertSame(cs1, cs2); in test_forNameLjava_lang_String()