Searched refs:df2 (Results 1 – 2 of 2) sorted by relevance
149 DateFormat df2 = (DateFormat) df1.clone(); in test_hashCode() local151 df1.hashCode() == df2.hashCode()); in test_hashCode()
993 DecimalFormat df2 = (DecimalFormat) df1.clone(); in test_hashCode() local994 assertTrue("Hash codes of equals object are not equal", df2.hashCode() == df1.hashCode()); in test_hashCode()