Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DDateFormatSymbolsTest.java416 DateFormatSymbols symbolsD = (DateFormatSymbols) objectIStream in test_serialization() local
419 String[][] zoneStringsD = symbolsD.getZoneStrings(); in test_serialization()
421 assertEquals(symbols, symbolsD); in test_serialization()
DDecimalFormatSymbolsTest.java469 DecimalFormatSymbols symbolsD = (DecimalFormatSymbols) objectIStream in test_serialization() local
473 currency = symbolsD.getCurrency(); in test_serialization()