Searched refs:cs2 (Results 1 – 4 of 4) sorted by relevance
208 …boolean subSequenceEquals(CharSequence cs1, int offset1, CharSequence cs2, int offset2, int length… in subSequenceEquals() argument209 if (offset1 + length > cs1.length() || offset2 + length > cs2.length()) { in subSequenceEquals()215 char ch2 = cs2.charAt(offset2 + i); in subSequenceEquals()223 char ch2 = cs2.charAt(offset2 + i); in subSequenceEquals()
135 CodeSigner cs2 = new CodeSigner(cpath, ts); in testHashCode() local138 assertTrue(cs1.hashCode() == cs2.hashCode()); in testHashCode()139 assertTrue(cs2.hashCode() != cs3.hashCode()); in testHashCode()
118 MockMalfunctionCharset cs2 = new MockMalfunctionCharset( in test_decodeLjava_nio_ByteBuffer() local121 cs2.decode(ByteBuffer.wrap(new byte[] { 0x00, 0x11 })); in test_decodeLjava_nio_ByteBuffer()
259 Charset cs2 = Charset.forName("UTF-8"); in test_forNameLjava_lang_String() local260 assertSame(cs1, cs2); in test_forNameLjava_lang_String()