Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/text/
DOldDecimalFormatSymbolsTest.java97 DecimalFormatSymbols fsc = (DecimalFormatSymbols) fs.clone(); in test_clone() local
98 assertEquals(fs.getCurrency(), fsc.getCurrency()); in test_clone()