Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldNumberFormatTest.java533 NumberFormat nf4 = NumberFormat.getCurrencyInstance(); in test_hashCode() local
544 assertFalse("Hash codes are equal: case 4", nf3.hashCode() == nf4 in test_hashCode()
546 assertFalse("Hash codes are equal: case 5", nf4.hashCode() == nf5 in test_hashCode()