Searched refs:mixed (Results 1 – 2 of 2) sorted by relevance
742 URI lower, mixed; in test_JDK7171415() local744 mixed = URI.create("http://wWw.ExAmPlE.com/%2B"); in test_JDK7171415()745 assertTrue(lower.equals(mixed)); in test_JDK7171415()746 assertEquals(lower.hashCode(), mixed.hashCode()); in test_JDK7171415()749 mixed = URI.create("http://wWw.ExAmPlE.com/%2BbB"); in test_JDK7171415()750 assertFalse(lower.equals(mixed)); in test_JDK7171415()751 assertFalse(lower.hashCode() == mixed.hashCode()); in test_JDK7171415()
1012 WriteStrategy mixed = (bytes, out) -> { in checkWrapOutputStreamConsistentWithEncode() local1030 checkWrapOutputStreamConsistentWithEncode(encoder, mixed); in checkWrapOutputStreamConsistentWithEncode()