Home
last modified time | relevance | path

Searched refs:df2 (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/text/
DOldDateFormatTest.java149 DateFormat df2 = (DateFormat) df1.clone(); in test_hashCode() local
151 df1.hashCode() == df2.hashCode()); in test_hashCode()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDecimalFormatTest.java993 DecimalFormat df2 = (DecimalFormat) df1.clone(); in test_hashCode() local
994 assertTrue("Hash codes of equals object are not equal", df2.hashCode() == df1.hashCode()); in test_hashCode()